diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-10 23:41:05 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-10 23:41:05 -0800 |
| commit | a0e84c4fbcda5893c5414fe14866f1140f003d7a (patch) | |
| tree | 6acb183e09719f46e3f12986490020efdfbd39e0 /weed/replication | |
| parent | c959aaa19bdf76b90f884eb63707772902adfebe (diff) | |
| download | seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.tar.xz seaweedfs-a0e84c4fbcda5893c5414fe14866f1140f003d7a.zip | |
go fmt
Diffstat (limited to 'weed/replication')
| -rw-r--r-- | weed/replication/sink/filersink/filer_sink.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sink/filersink/filer_sink.go b/weed/replication/sink/filersink/filer_sink.go index 9960634f6..509f75116 100644 --- a/weed/replication/sink/filersink/filer_sink.go +++ b/weed/replication/sink/filersink/filer_sink.go @@ -25,7 +25,7 @@ type FilerSink struct { replication string collection string ttlSec int32 - diskType string + diskType string dataCenter string grpcDialOption grpc.DialOption address string |
