Skip to content

Commit 5cc3920

Browse files
committed
Make lint happy
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 161e809 commit 5cc3920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/query-audit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func Run(conf Config) error {
7171
return err
7272
}
7373

74-
fmt.Sprintf(
74+
fmt.Printf(
7575
"\n%f%% avg diff for:\n\tquery: %s\n\tseries: %d\n\tsamples: %d\n\tstart: %v\n\tend: %v\n\tstep: %v\n",
7676
diff.Diff*100,
7777
query.Query,

0 commit comments

Comments
 (0)