diff --git a/lib/models/appstate.dart b/lib/models/appstate.dart index 8386b8dd..39ae8454 100644 --- a/lib/models/appstate.dart +++ b/lib/models/appstate.dart @@ -68,4 +68,4 @@ class AppState extends ChangeNotifier { } bool isLandscape(BuildContext c) => MediaQuery.of(c).size.width > MediaQuery.of(c).size.height; -} +} \ No newline at end of file