From fcbcee4625eef692296f9a9883b0152c25e80c59 Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@stud.h-da.de> Date: Mon, 28 Sep 2020 16:23:15 +0200 Subject: [PATCH] formatting --- restconf/client/ciena/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restconf/client/ciena/client.go b/restconf/client/ciena/client.go index 12b1f0d83..4da3f5b80 100644 --- a/restconf/client/ciena/client.go +++ b/restconf/client/ciena/client.go @@ -42,7 +42,7 @@ func NewMCPClient(endpoint, username, password string, database *database.Databa return MCPClient{ transport: transport, client: client, - database: database, + database: database, buf: &buf, } } -- GitLab