all: Format code with gofumpt

See https://github.com/mvdan/gofumpt
This commit is contained in:
Bjørn Erik Pedersen 2020-12-02 13:23:25 +01:00
parent 32471b57bd
commit d90e37e0c6
442 changed files with 1426 additions and 2254 deletions

View file

@ -84,7 +84,8 @@ aliases: [/Ali%d]
stats := []*helpers.ProcessingStats{
h.Sites[0].PathSpec.ProcessingStats,
h.Sites[1].PathSpec.ProcessingStats}
h.Sites[1].PathSpec.ProcessingStats,
}
stats[0].Table(ioutil.Discard)
stats[1].Table(ioutil.Discard)
@ -94,5 +95,4 @@ aliases: [/Ali%d]
helpers.ProcessingStatsTable(&buff, stats...)
c.Assert(buff.String(), qt.Contains, "Pages | 19 | 6")
}