Skip to content

Commit fcc3782

Browse files
committed
chore: run dart format
1 parent abddbe6 commit fcc3782

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/lib/main.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ part 'src/components/flows_content.dart';
4646
void main() {
4747
WidgetsFlutterBinding.ensureInitialized();
4848

49-
Instabug.init(
50-
token: 'ed6f659591566da19b67857e1b9d40ab',
51-
invocationEvents: [InvocationEvent.floatingButton],
52-
debugLogsLevel: LogLevel.verbose,
53-
);
49+
Instabug.init(
50+
token: 'ed6f659591566da19b67857e1b9d40ab',
51+
invocationEvents: [InvocationEvent.floatingButton],
52+
debugLogsLevel: LogLevel.verbose,
53+
);
5454

5555
final app = InstabugWidget(
5656
child: const MyApp(),

0 commit comments

Comments
 (0)