Fix gofmt issues reported for simplification (#5581)

added travis to catch this issue
This commit is contained in:
Harshavardhana
2018-02-26 10:22:03 -08:00
committed by Nitish Tiwari
parent 5204a754db
commit 6b3db7556a
4 changed files with 39 additions and 39 deletions

View File

@@ -204,7 +204,7 @@ func getAllSets(args ...string) ([][]string, error) {
}
} else {
// We are in FS setup, proceed forward.
setIndexes = [][]uint64{[]uint64{uint64(len(args))}}
setIndexes = [][]uint64{{uint64(len(args))}}
}
s := endpointSet{
endpoints: args,