libnetwork/options: format code with gofumpt

Formatting the code with https://github.com/mvdan/gofumpt

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-01-20 14:08:04 +01:00
parent 882f7bbf1f
commit 6187ada21f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -19,7 +19,6 @@ func TestGenerate(t *testing.T) {
}
result, err := GenerateFromModel(gen, Model{})
if err != nil {
t.Fatal(err)
}
@ -52,7 +51,6 @@ func TestGeneratePtr(t *testing.T) {
}
result, err := GenerateFromModel(gen, &Model{})
if err != nil {
t.Fatal(err)
}