Skip to content

Commit 861b52b

Browse files
authored
fmt
1 parent af169fa commit 861b52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/checker/emitresolver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ func (r *emitResolver) hasVisibleDeclarations(symbol *ast.Symbol, shouldComputeA
413413
if ast.IsParameter(rootDeclaration) {
414414
return nil
415415
}
416-
variableStatement := rootDeclaration.Parent.Parent;
416+
variableStatement := rootDeclaration.Parent.Parent
417417
if !ast.IsVariableStatement(variableStatement) {
418418
return nil
419419
}

0 commit comments

Comments
 (0)