Commit a9d5a7b3 authored by pq's avatar pq

Added space to ignore.

parent 4dd54857
......@@ -40,7 +40,7 @@ class SyntaxHighlighterStyle {
final TextStyle constantStyle;
}
abstract class SyntaxHighlighter { //ignore: one_member_abstracts
abstract class SyntaxHighlighter { // ignore: one_member_abstracts
TextSpan format(String src);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment