From 32748c1bdd7bce5951a02eef36155d091b6840be Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.b.seidl@stud.h-da.de>
Date: Mon, 25 Apr 2022 13:51:38 +0200
Subject: [PATCH] linter pleasing

---
 controller/northbound/server/auth_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/controller/northbound/server/auth_test.go b/controller/northbound/server/auth_test.go
index 7d20e706b..3f421a5a8 100644
--- a/controller/northbound/server/auth_test.go
+++ b/controller/northbound/server/auth_test.go
@@ -773,7 +773,6 @@ func clearAndCreateAuthTestSetup() error {
 
 //TODO(faseid): change password to hashed/encrypted one
 func createTestUsers() error {
-
 	randomRoleMap := map[string]string{pndID: randomRoleName}
 
 	users := []rbac.User{
-- 
GitLab