Skip to content

Commit a9d5a7b

Browse files
committed
Added space to ignore.
1 parent 4dd5485 commit a9d5a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flutter_gallery/lib/gallery/syntax_highlighter.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SyntaxHighlighterStyle {
4040
final TextStyle constantStyle;
4141
}
4242

43-
abstract class SyntaxHighlighter { //ignore: one_member_abstracts
43+
abstract class SyntaxHighlighter { // ignore: one_member_abstracts
4444
TextSpan format(String src);
4545
}
4646

0 commit comments

Comments
 (0)