From 542d29d9f049d6b3fb279201be133f03976f315c Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.b.seidl@stud.h-da.de>
Date: Thu, 12 May 2022 18:04:01 +0200
Subject: [PATCH] linter was unhappy

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

diff --git a/controller/northbound/server/auth_interceptor.go b/controller/northbound/server/auth_interceptor.go
index 8a250657f..2baf5dd09 100644
--- a/controller/northbound/server/auth_interceptor.go
+++ b/controller/northbound/server/auth_interceptor.go
@@ -63,7 +63,6 @@ func (auth *AuthInterceptor) Stream() grpc.StreamServerInterceptor {
 		info *grpc.StreamServerInfo,
 		handler grpc.StreamHandler,
 	) error {
-
 		err := auth.authorize(stream.Context(), info.FullMethod)
 		if err != nil {
 			return err
-- 
GitLab