aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/lookup.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-14 10:37:06 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-14 10:37:06 -0700
commit2789d10342b89691898ae1da774842c5b1ad261d (patch)
tree9b9be0e84e7d546c48a139d98b56ec288e1fda7b /weed/operation/lookup.go
parent119d5908dd52b159c275bad10007daaf62188df0 (diff)
downloadseaweedfs-2789d10342b89691898ae1da774842c5b1ad261d.tar.xz
seaweedfs-2789d10342b89691898ae1da774842c5b1ad261d.zip
go fmt
Diffstat (limited to 'weed/operation/lookup.go')
-rw-r--r--weed/operation/lookup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/operation/lookup.go b/weed/operation/lookup.go
index daf8cd152..c222dff92 100644
--- a/weed/operation/lookup.go
+++ b/weed/operation/lookup.go
@@ -96,7 +96,7 @@ func LookupVolumeIds(masterFn GetMasterFn, grpcDialOption grpc.DialOption, vids
locations = append(locations, Location{
Url: loc.Url,
PublicUrl: loc.PublicUrl,
- GrpcPort: int(loc.GrpcPort),
+ GrpcPort: int(loc.GrpcPort),
})
}
if vidLocations.Error != "" {