*: gofmt -s
Appy gofmt for all the source tree.
This commit is contained in:
parent
90469399d7
commit
fabd11699a
17 changed files with 29 additions and 32 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue