Skip to content

Commit 805e70e

Browse files
committed
fix: linter issue
1 parent 3ec022a commit 805e70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-quality/languages/golang/go.visitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class GoQualityVistor
2727
return this.codeQuality;
2828
}
2929

30-
visitFunctionDecl(context: FunctionDeclContext) {
30+
visitFunctionDecl(context: FunctionDeclContext): void {
3131
context.IDENTIFIER();
3232
}
3333

0 commit comments

Comments
 (0)