Skip to content

Commit

Permalink
docs: add missing semicolon to example (firebase#4796)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmeer-ahmed authored Jan 28, 2021
1 parent f437600 commit 5fddc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import 'package:flutter/material.dart';
import 'package:firebase_core/firebase_core.dart';
void main() {
WidgetsFlutterBinding.ensureInitialized()
WidgetsFlutterBinding.ensureInitialized();
runApp(App());
}
Expand Down

0 comments on commit 5fddc96

Please sign in to comment.