Commit 4e1f0dd
committed
INF-1307 enforce gofmt -s in lint.sh
gofmt without -s misses simplifications (range over int, redundant
slice expressions, type elision in composite literals). Add the flag so
the lint job catches them going forward. No code change needed - tree
was already clean under -s.1 parent 268ed5e commit 4e1f0dd
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments