diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-02 20:49:58 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-02 20:49:58 -0800 |
| commit | 70648d35ad1a8321e2e1e51a48f781865907f015 (patch) | |
| tree | cf5228dd9ebe22026cb140b7cfcc5e6868669e12 /weed/pb | |
| parent | 6383b45bd0128e7465b08b96e6c3e77d5d32ccc8 (diff) | |
| download | seaweedfs-70648d35ad1a8321e2e1e51a48f781865907f015.tar.xz seaweedfs-70648d35ad1a8321e2e1e51a48f781865907f015.zip | |
go fmt
Diffstat (limited to 'weed/pb')
| -rw-r--r-- | weed/pb/proto_read_write_test.go | 4 |
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{ |
