mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-20 03:59:49 +08:00
style: go fmt for all
This commit is contained in:
@@ -114,10 +114,10 @@ func TestHandlingVolumeServerHeartbeat(t *testing.T) {
|
||||
nil,
|
||||
dn)
|
||||
|
||||
for vid, _ := range layout.vid2location{
|
||||
for vid, _ := range layout.vid2location {
|
||||
println("after add volume id", vid)
|
||||
}
|
||||
for _, vid := range layout.writables{
|
||||
for _, vid := range layout.writables {
|
||||
println("after add writable volume id", vid)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user