Skip to content

Commit 63a9d66

Browse files
refactor: change quotes
1 parent 1a270cf commit 63a9d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,5 +518,5 @@ func getBasicLitValue(basicLit *ast.BasicLit) string {
518518
}
519519

520520
func report(pass *analysis.Pass, pos token.Pos, currentVal, newVal string) {
521-
pass.Reportf(pos, `%q can be replaced by %s`, currentVal, newVal)
521+
pass.Reportf(pos, "%q can be replaced by %s", currentVal, newVal)
522522
}

0 commit comments

Comments
 (0)