Commit df1bc8b
cmd/screentest: escape % in format string
Caught by the improved vet check as of CL 707135:
$ go vet ./cmd/screentest
cmd/screentest/screentest.go:169:33: p format % o reads arg #1, but call has 0 args
Change-Id: I7eeedab93652a51779904542e52d1fb77349f3f5
Reviewed-on: https://go-review.googlesource.com/c/website/+/712760
Reviewed-by: Alan Donovan <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>1 parent 41f157a commit df1bc8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments