Skip to content

Commit 34f8800

Browse files
committed
Fix format
1 parent 963111a commit 34f8800

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

flutter_web_auth_2/example/lib/main.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ class MyAppState extends State<MyApp> {
141141
}
142142

143143
@override
144-
Widget build(BuildContext context) =>
145-
MaterialApp(
144+
Widget build(BuildContext context) => MaterialApp(
146145
home: Scaffold(
147146
appBar: AppBar(
148147
title: const Text('Web Auth 2 example'),

0 commit comments

Comments
 (0)