diff --git a/lib/src/models/enum/bar_position.dart b/lib/src/models/enum/bar_position.dart index 67150ad..7f63065 100644 --- a/lib/src/models/enum/bar_position.dart +++ b/lib/src/models/enum/bar_position.dart @@ -1,2 +1,2 @@ /// Position the inbuilt Toolbar or use your custom toolbar -enum BarPosition { TOP, BOTTOM, CUSTOM } \ No newline at end of file +enum BarPosition { TOP, BOTTOM, CUSTOM } diff --git a/lib/src/models/enum/command_name.dart b/lib/src/models/enum/command_name.dart index 2dbb90c..b1607b7 100644 --- a/lib/src/models/enum/command_name.dart +++ b/lib/src/models/enum/command_name.dart @@ -38,4 +38,4 @@ enum CommandName { INSERTCHECKBOX, // pseudo commands for toggling grouped command views EXPANDING_SEARCH_VIEWING, -} \ No newline at end of file +}