Formatting: Remove blank line (#13994)

This commit is contained in:
Robert 2022-02-09 18:09:20 -06:00 committed by GitHub
parent be1f48c69b
commit 5c25018d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,6 @@ func PrepareTestContainer(t *testing.T, version string, isEnterprise bool) (func
Token: consulToken,
}, nil
})
if err != nil {
t.Fatalf("Could not start docker Consul: %s", err)
}