diff --git a/restconf/client/ciena/client.go b/restconf/client/ciena/client.go
index 12b1f0d8309b2cdb7ec83310e8e7249a1406b7a7..4da3f5b80aa99a7176113fff6d6e228939a77990 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,
 	}
 }