Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Nov 7, 2024
1 parent 5143268 commit f588d19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion forui/lib/src/widgets/line_calendar/line_calendar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class FLineCalendar extends StatefulWidget {
..add(ObjectFlagProperty.has('onFocusChange', onFocusChange))
..add(DiagnosticsProperty('start', _start))
..add(DiagnosticsProperty('end', _end));

}
}

Expand Down
1 change: 1 addition & 0 deletions forui/test/src/widgets/line_calendar_golden_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@Tags(['golden'])
library;

import 'package:flutter_test/flutter_test.dart';

import 'package:forui/forui.dart';
Expand Down

0 comments on commit f588d19

Please sign in to comment.