Restyled by whitespace

This commit is contained in:
Restyled.io 2021-06-04 12:58:17 +00:00
parent 0331084821
commit dcfbaa2cd1
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
/// Position the inbuilt Toolbar or use your custom toolbar /// Position the inbuilt Toolbar or use your custom toolbar
enum BarPosition { TOP, BOTTOM, CUSTOM } enum BarPosition { TOP, BOTTOM, CUSTOM }

View File

@ -38,4 +38,4 @@ enum CommandName {
INSERTCHECKBOX, INSERTCHECKBOX,
// pseudo commands for toggling grouped command views // pseudo commands for toggling grouped command views
EXPANDING_SEARCH_VIEWING, EXPANDING_SEARCH_VIEWING,
} }