Skip to content

Commit 9b9d66a

Browse files
author
Tim Middleton
committed
Minor
1 parent 026b38a commit 9b9d66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/perf/suite_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ func printResults() {
140140
sb.WriteString("\n")
141141
sb.WriteString("RESULTS END\n")
142142

143-
_, err = fmt.Fprintln(file, sb.String())
144-
143+
_, _ = fmt.Fprintln(file, sb.String())
144+
_, _ = fmt.Fprintln(file, sb.String())
145145
}
146146

147147
func errorAndExit(message string, err error) {

0 commit comments

Comments
 (0)