aboutsummaryrefslogtreecommitdiff
path: root/weed/pb
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-12-02 20:49:58 -0800
committerChris Lu <chris.lu@gmail.com>2019-12-02 20:49:58 -0800
commit70648d35ad1a8321e2e1e51a48f781865907f015 (patch)
treecf5228dd9ebe22026cb140b7cfcc5e6868669e12 /weed/pb
parent6383b45bd0128e7465b08b96e6c3e77d5d32ccc8 (diff)
downloadseaweedfs-70648d35ad1a8321e2e1e51a48f781865907f015.tar.xz
seaweedfs-70648d35ad1a8321e2e1e51a48f781865907f015.zip
go fmt
Diffstat (limited to 'weed/pb')
-rw-r--r--weed/pb/proto_read_write_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/pb/proto_read_write_test.go b/weed/pb/proto_read_write_test.go
index 4c5bca5fe..7f6444ab5 100644
--- a/weed/pb/proto_read_write_test.go
+++ b/weed/pb/proto_read_write_test.go
@@ -12,8 +12,8 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
tv := &volume_server_pb.RemoteFile{
BackendType: "aws",
- BackendId: "",
- FileSize: 12,
+ BackendId: "",
+ FileSize: 12,
}
m := jsonpb.Marshaler{