This commit is contained in:
Chris Lu
2019-11-27 12:34:57 -08:00
parent 46294b42e6
commit 586798ecc0
3 changed files with 7 additions and 8 deletions

View File

@@ -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)
}