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
kawaijoe committed Jul 22, 2024
1 parent b4d956b commit e7423c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forui/lib/src/widgets/calendar/shared/entry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ class _DisabledEntry extends Entry {
}) : super._();

@override
Widget build(BuildContext context) => ExcludeSemantics(child: builder(context, (focused: false, hovered: false), null));
Widget build(BuildContext context) =>
ExcludeSemantics(child: builder(context, (focused: false, hovered: false), null));
}

class _Content extends StatelessWidget {
Expand Down

0 comments on commit e7423c8

Please sign in to comment.