Skip to content

Commit eb1a98b

Browse files
committed
fmt
1 parent 6bcea61 commit eb1a98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/dart_formatter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class DartFormatter {
9090
var featureSet = FeatureSet.fromEnableFlags2(
9191
sdkLanguageVersion: Version(2, 19, 0),
9292
flags: [
93-
'unnamed-libraries',
93+
'unnamed-libraries',
9494
],
9595
);
9696

0 commit comments

Comments
 (0)