diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-08-29 22:28:33 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-08-29 22:28:33 -0700 |
| commit | 99ecf63276b3b33351f316c4d3ea7269d591a3cb (patch) | |
| tree | 61981a6130c1480e49de3667765195501d70546e /weed/filer2/filechunks.go | |
| parent | ef75ce8a34f1c073c802abd713fd316eeb5274b6 (diff) | |
| download | seaweedfs-99ecf63276b3b33351f316c4d3ea7269d591a3cb.tar.xz seaweedfs-99ecf63276b3b33351f316c4d3ea7269d591a3cb.zip | |
go fmt
Diffstat (limited to 'weed/filer2/filechunks.go')
| -rw-r--r-- | weed/filer2/filechunks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filechunks.go b/weed/filer2/filechunks.go index 764ba6060..53c679d6b 100644 --- a/weed/filer2/filechunks.go +++ b/weed/filer2/filechunks.go @@ -160,7 +160,7 @@ func logPrintf(name string, visibles []VisibleInterval) { for _, v := range visibles { glog.V(0).Infof("%s: [%d,%d) %s %d", name, v.start, v.stop, v.fileId, v.chunkOffset) } - */ + */ } var bufPool = sync.Pool{ |
