From a3d1296ed9c914dc2ffef87ba7568edfafc6efac Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 27 Jun 2019 12:18:59 -0700 Subject: go fmt --- weed/shell/command_ec_encode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/shell/command_ec_encode.go') diff --git a/weed/shell/command_ec_encode.go b/weed/shell/command_ec_encode.go index 3ae6b9101..8ad0d51c8 100644 --- a/weed/shell/command_ec_encode.go +++ b/weed/shell/command_ec_encode.go @@ -119,7 +119,7 @@ func markVolumeReadonly(ctx context.Context, grpcDialOption grpc.DialOption, vol err := operation.WithVolumeServerClient(location.Url, grpcDialOption, func(volumeServerClient volume_server_pb.VolumeServerClient) error { _, markErr := volumeServerClient.VolumeMarkReadonly(ctx, &volume_server_pb.VolumeMarkReadonlyRequest{ - VolumeId: uint32(volumeId), + VolumeId: uint32(volumeId), }) return markErr }) -- cgit v1.2.3