diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-11 22:22:09 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-11 22:22:09 -0800 |
| commit | 4cba32d1d09a437e86b6bb59a90bf4d4b4744474 (patch) | |
| tree | d74a0512d22fd6da72d13d19b9191744ca59b905 | |
| parent | f51a6d8ba57348c45464cdfebd24624eef0cf7c8 (diff) | |
| download | seaweedfs-4cba32d1d09a437e86b6bb59a90bf4d4b4744474.tar.xz seaweedfs-4cba32d1d09a437e86b6bb59a90bf4d4b4744474.zip | |
go fmt
| -rw-r--r-- | weed/topology/store_replicate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/store_replicate.go b/weed/topology/store_replicate.go index 3c3d2ef1e..b195b48ed 100644 --- a/weed/topology/store_replicate.go +++ b/weed/topology/store_replicate.go @@ -175,6 +175,6 @@ func getWritableRemoteReplications(s *storage.Store, volumeId needle.VolumeId, m return } } - + return } |
