Skip to content

Commit

Permalink
chore: ran dart format on cloudwatch_logger_plugin.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Nov 8, 2023
1 parent a6710dc commit bf40a95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class CloudWatchLoggerPlugin extends AWSLoggerPlugin
region: pluginConfig.region,
credentialsProvider: credentialsProvider,
),
_logStore = logStore ?? DartQueuedItemStore(const DartAppPathProvider()),
_logStore =
logStore ?? DartQueuedItemStore(const DartAppPathProvider()),
_logStreamProvider = logStreamProvider ??
DefaultCloudWatchLogStreamProvider(
logGroupName: pluginConfig.logGroupName,
Expand Down

0 comments on commit bf40a95

Please sign in to comment.