Skip to content

Commit

Permalink
chore: ran dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Nov 14, 2023
1 parent 0a51dfe commit 12a4e51
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ class LoggingCategory extends AmplifyCategory<LoggingPluginInterface> {
/// Sends recorded logs to the output and remove them from the local storage.
/// {@endtemplate}
void flushLogs() {
return identifyCall(LoggingCategoryMethod.flush, () => defaultPlugin.flushLogs(),);
return identifyCall(
LoggingCategoryMethod.flush,
() => defaultPlugin.flushLogs(),
);
}
}

0 comments on commit 12a4e51

Please sign in to comment.