Skip to content

Commit bc8e41c

Browse files
committed
lint
1 parent 1782ad9 commit bc8e41c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lint/cmd/lint/main.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ func main() {
127127
linter.AnalyzeTransaction(transactionID, network)
128128

129129
default:
130-
println("Nothing to do. Please provide -address, -transaction, -directory, or -csv. See -help")
130+
_, _ = fmt.Fprintln(
131+
os.Stdout,
132+
"Nothing to do. Please provide -address, -transaction, -directory, or -csv. See -help",
133+
)
131134
}
132135
}
133136

0 commit comments

Comments
 (0)