From eec270067c6a5671055bcc2c509ebac0e24a8bde Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@stud.h-da.de> Date: Fri, 23 Dec 2022 14:47:44 +0100 Subject: [PATCH] Linter pleasing --- controller/nucleus/principalNetworkDomain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/nucleus/principalNetworkDomain.go b/controller/nucleus/principalNetworkDomain.go index b9ba3472b..4aaf2cfc3 100644 --- a/controller/nucleus/principalNetworkDomain.go +++ b/controller/nucleus/principalNetworkDomain.go @@ -408,7 +408,7 @@ func (pnd *pndImplementation) MarshalNetworkElement(identifier string) (string, // Request sends a get request to a specific network element. // TODO: this method needs some heavy refactoring, especially in regards to the -// UpdateModel call +// UpdateModel call. func (pnd *pndImplementation) Request(uuid uuid.UUID, path string) (proto.Message, error) { mne, err := pnd.networkElementService.Get(store.Query{ ID: uuid, -- GitLab