Skip to content

Commit a5fde74

Browse files
committed
[Linting] Fixed linting issue
1 parent b41bd90 commit a5fde74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
1616
theme: ThemeData(
1717
primarySwatch: Colors.blue,
1818
),
19-
home: LessonSelectorScreen(),
19+
home: const LessonSelectorScreen(),
2020
);
2121
}
2222
}

0 commit comments

Comments
 (0)