Browse Source

go fmt

pull/2348/head
Chris Lu 3 years ago
parent
commit
84fdda85e7
  1. 1
      weed/command/filer_remote_sync.go
  2. 1
      weed/s3api/s3api_object_skip_handlers.go

1
weed/command/filer_remote_sync.go

@ -18,7 +18,6 @@ type RemoteSyncOptions struct {
readChunkFromFiler *bool
timeAgo *time.Duration
dir *string
}
var _ = filer_pb.FilerClient(&RemoteSyncOptions{})

1
weed/s3api/s3api_object_skip_handlers.go

@ -35,4 +35,3 @@ func (s3a *S3ApiServer) PutObjectLockConfigurationHandler(w http.ResponseWriter,
w.WriteHeader(http.StatusNoContent)
}
Loading…
Cancel
Save