mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
83e4b02517
commit
5c90b27b0a
|
@ -278,7 +278,7 @@ func updateLocalEntry(filerClient filer_pb.FilerClient, dir string, entry *filer
|
|||
}
|
||||
|
||||
func isMultipartUploadFile(dir string, name string) bool {
|
||||
return isMultipartUploadDir(dir) && strings.HasSuffix(name, ".part")
|
||||
return isMultipartUploadDir(dir) && strings.HasSuffix(name, ".part")
|
||||
}
|
||||
|
||||
func isMultipartUploadDir(dir string) bool {
|
||||
|
|
Loading…
Reference in a new issue