Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeguzman committed Jan 21, 2020
1 parent b088e0c commit 102ebbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/flutter_dialogs.dart
Expand Up @@ -4,4 +4,4 @@

export 'src/platform_dialog.dart';
export 'src/basic_dialog_alert.dart';
export 'src/basic_dialog_action.dart';
export 'src/basic_dialog_action.dart';
2 changes: 1 addition & 1 deletion lib/src/base_dialog_data.dart
Expand Up @@ -14,4 +14,4 @@ abstract class BaseDialogData {
final Widget content;
final Widget title;
final List<Widget> actions;
}
}

0 comments on commit 102ebbd

Please sign in to comment.