Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Malandruccolo committed Jul 9, 2024
1 parent 4f61381 commit 321d777
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/admob/native_template_example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class NativeExampleState extends State<NativeExample> {
title: 'Native Example',
home: Scaffold(
appBar: AppBar(
title: const Text('Native Example'),
actions: _appBarActions()),
title: const Text('Native Example'), actions: _appBarActions()),
body: SizedBox(
height: MediaQuery.of(context).size.height,
width: MediaQuery.of(context).size.width,
Expand Down

0 comments on commit 321d777

Please sign in to comment.