Skip to content

Commit fe1606b

Browse files
committed
style: remove extra spacing
1 parent be89e91 commit fe1606b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/lints/avoid_final_with_getter/visitors/getter_variable_visitor.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class GetterVariableVisitor extends RecursiveAstVisitor<void> {
1313
: _getterId = getter.getterReferenceId;
1414

1515
/// Is there a variable associated with the getter
16-
1716
VariableDeclaration? get variable => _variable;
1817

1918
@override

0 commit comments

Comments
 (0)