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

@@ -355,7 +355,6 @@ func (p PageGroup) ProbablyEq(other interface{}) bool {
}
return p.Pages.ProbablyEq(otherP.Pages)
}
// Slice is not meant to be used externally. It's a bridge function
@@ -406,7 +405,6 @@ func (psg PagesGroup) ProbablyEq(other interface{}) bool {
}
return true
}
// ToPagesGroup tries to convert seq into a PagesGroup.