aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/vid_map.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-14 00:30:20 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-14 00:30:20 -0700
commit91ac2e0dd920c0f629f4076202267afbac74a62c (patch)
tree62fd114662eb8e3f3a2785199b013bc770ccdfe6 /weed/wdclient/vid_map.go
parent249eeccf32261171bf2806a39bef10e797894343 (diff)
downloadseaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.tar.xz
seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.zip
go fmt
Diffstat (limited to 'weed/wdclient/vid_map.go')
-rw-r--r--weed/wdclient/vid_map.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/wdclient/vid_map.go b/weed/wdclient/vid_map.go
index 166c05b0a..02c3efd17 100644
--- a/weed/wdclient/vid_map.go
+++ b/weed/wdclient/vid_map.go
@@ -66,7 +66,6 @@ func (vc *vidMap) LookupVolumeServer(fileId string) (volumeServer string, err er
return serverUrl, nil
}
-
func (vc *vidMap) GetLocations(vid uint32) (locations []Location) {
vc.RLock()
defer vc.RUnlock()