Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
viplmad committed Jun 6, 2024
1 parent b8cf4f3 commit 36a5b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/review/review_year.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ class _ReviewYearBody extends StatelessWidget {
'20',
'21',
'22',
'23'
'23',
],
// First normalise entries
values: List<int>.generate(24, (int index) {
Expand Down

0 comments on commit 36a5b02

Please sign in to comment.