*: gofmt -s

Appy gofmt for all the source tree.
This commit is contained in:
Roman Khimov 2019-09-09 11:23:27 +03:00
parent 90469399d7
commit fabd11699a
17 changed files with 29 additions and 32 deletions

View file

@ -170,9 +170,9 @@ func TestVarSize(t *testing.T) {
"test_string_3",
41,
},
{[]*smthSerializable{&smthSerializable{}, &smthSerializable{}},
{[]*smthSerializable{{}, {}},
"test_Serializable",
2 * 42 + 1,
2*42 + 1,
},
}