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

Commit 41fc59c

Browse files
authored
convert final (#2551)
1 parent e8af83f commit 41fc59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/rules/library_private_types_in_public_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class LibraryPrivateTypesInPublicAPI extends LintRule implements NodeLintRule {
5151
@override
5252
void registerNodeProcessors(
5353
NodeLintRegistry registry, LinterContext context) {
54-
final visitor = Visitor(this);
54+
var visitor = Visitor(this);
5555
registry.addCompilationUnit(this, visitor);
5656
}
5757
}

0 commit comments

Comments
 (0)