From 607b7a98fa5fe1e2cd2c452dfcbfe6661fd853ba Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Mon, 29 Mar 2021 17:15:13 +0100
Subject: [PATCH] go fmt

---
 nucleus/integration_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nucleus/integration_test.go b/nucleus/integration_test.go
index 455138f97..b06da3e81 100644
--- a/nucleus/integration_test.go
+++ b/nucleus/integration_test.go
@@ -274,7 +274,7 @@ func TestGnmi_SubscribeIntegration(t *testing.T) {
 			go func() {
 				subErr := g.Subscribe(ctx)
 				if (subErr != nil) != wantErr {
-					if !wantErr && subErr != nil{
+					if !wantErr && subErr != nil {
 						if subErr.Error() != "rpc error: code = Canceled desc = context canceled" {
 							t.Errorf("Subscribe() error = %v, wantErr %v", err, tt.wantErr)
 						}
-- 
GitLab