Skip to content

Commit

Permalink
break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schaerfo committed Oct 24, 2023
1 parent 0e6c8b0 commit 61c93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class HomeScreenPage extends StatelessWidget {
return Scaffold(
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
title: const Text('Journey Planner'),
title: const Text('Journey Planner')
),
body: _HomeScreen(),
floatingActionButton: FloatingActionButton(
Expand Down

0 comments on commit 61c93fa

Please sign in to comment.