Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-10-16 17:54:40 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-10-16 17:54:40 +0300
commit31c6e181db1bb1d6d50124dcb8abfae6fb7a8d6e (patch)
tree2a6e178b468fb68b7dac279f1aec6859fbd80d9f /auth
parent427e0f5aa924bc310173a19cdda5b52b94b38283 (diff)
Add go brace whitespace formatter
Diffstat (limited to 'auth')
-rw-r--r--auth/extract_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/extract_test.go b/auth/extract_test.go
index db742ddec..4274785c4 100644
--- a/auth/extract_test.go
+++ b/auth/extract_test.go
@@ -50,7 +50,6 @@ func TestCheckTokenV1(t *testing.T) {
require.Equal(t, tc.code, status.Code(err), "expected grpc code in error %v", err)
})
}
-
}
func TestCheckTokenV2(t *testing.T) {