Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit e6e195f

Browse files
author
Konoshenko Vlad
committed
fix: remove single line
1 parent d42b23d commit e6e195f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/analyzers/lint_analyzer/rules/rules_list/format_comment/format_comment_rule.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ part 'visitor.dart';
2121
class FormatCommentRule extends CommonRule {
2222
static const String ruleId = 'format-comment';
2323

24-
static const _warning =
25-
'Prefer formatting comments like sentences.';
24+
static const _warning = 'Prefer formatting comments like sentences.';
2625

2726
FormatCommentRule([Map<String, Object> config = const {}])
2827
: super(

0 commit comments

Comments
 (0)