Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jun 6, 2024
1 parent 963111a commit 34f8800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flutter_web_auth_2/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ class MyAppState extends State<MyApp> {
}

@override
Widget build(BuildContext context) =>
MaterialApp(
Widget build(BuildContext context) => MaterialApp(
home: Scaffold(
appBar: AppBar(
title: const Text('Web Auth 2 example'),
Expand Down

0 comments on commit 34f8800

Please sign in to comment.