Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Jan 27, 2022
1 parent 4283bfb commit 7da041d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rules/unnecessary_overrides.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ main() {
class UnnecessaryOverridesTest extends LintRuleTest {
@override
List<String> get experiments => [
EnableString.enhanced_enums,
];
EnableString.enhanced_enums,
];

@override
String get lintRule => 'unnecessary_overrides';
Expand Down

0 comments on commit 7da041d

Please sign in to comment.