mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 20:47:24 +08:00
go fmt
This commit is contained in:
@@ -101,7 +101,7 @@ func (file *File) Setattr(ctx context.Context, req *fuse.SetattrRequest, resp *f
|
||||
|
||||
request := &filer_pb.UpdateEntryRequest{
|
||||
Directory: file.dir.Path,
|
||||
Entry: file.entry,
|
||||
Entry: file.entry,
|
||||
}
|
||||
|
||||
glog.V(1).Infof("set attr file entry: %v", request)
|
||||
|
Reference in New Issue
Block a user