Skip to content

Commit ca7d125

Browse files
committed
🚨 Fix require_trailing_commas
1 parent bbcf515 commit ca7d125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/src/widget/overlay.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class Overlay extends StatefulWidget {
305305
if (context.widget != debugRequiredFor)
306306
context.describeElement(
307307
'The context from which that widget was searching for an overlay was',
308-
)
308+
),
309309
];
310310

311311
throw FlutterError.fromParts(information);

0 commit comments

Comments
 (0)