go fmt
This commit is contained in:
@@ -18,7 +18,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
|
||||
|
||||
m := jsonpb.Marshaler{
|
||||
EmitDefaults: true,
|
||||
Indent: " ",
|
||||
Indent: " ",
|
||||
}
|
||||
|
||||
if text, err := m.MarshalToString(tv); err != nil {
|
||||
@@ -40,5 +40,4 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
|
||||
|
||||
fmt.Printf("unmarshalled: %+v\n", tv1)
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user