Skip to content

Commit

Permalink
🚨 Fix require_trailing_commas
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 21, 2023
1 parent bbcf515 commit ca7d125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widget/overlay.dart
Expand Up @@ -305,7 +305,7 @@ class Overlay extends StatefulWidget {
if (context.widget != debugRequiredFor)
context.describeElement(
'The context from which that widget was searching for an overlay was',
)
),
];

throw FlutterError.fromParts(information);
Expand Down

0 comments on commit ca7d125

Please sign in to comment.