Run gofmt -s with Go 1.10

See #4434
This commit is contained in:
Bjørn Erik Pedersen
2018-02-21 09:23:43 +01:00
parent c2c4cb1f9f
commit 772128485a
9 changed files with 37 additions and 37 deletions

View File

@@ -739,7 +739,7 @@ func (m *contentChangeMap) GetSymbolicLinkMappings(dir string) []string {
}
dirs := make([]string, len(mm))
i := 0
for dir, _ := range mm {
for dir := range mm {
dirs[i] = dir
i++
}