From 044c0df42813697a0923e6de87ac8e2243d6025c Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sat, 20 Mar 2021 19:08:17 +0100 Subject: go fmt --- internal/oauth/oauth_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'internal/oauth/oauth_test.go') diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go index 2e5be121b..9ee5ac9a8 100644 --- a/internal/oauth/oauth_test.go +++ b/internal/oauth/oauth_test.go @@ -36,9 +36,7 @@ func (suite *OauthTestSuite) SetupSuite() { logrus.Panicf("error encrypting user pass: %s", err) } - suite.testAccount = >smodel.Account{ - - } + suite.testAccount = >smodel.Account{} suite.testUser = >smodel.User{ EncryptedPassword: string(encryptedPassword), Email: "user@localhost", -- cgit v1.2.3