Skip to content
Snippets Groups Projects
Commit eec27006 authored by Malte Bauch's avatar Malte Bauch
Browse files

Linter pleasing

parent a0a3477e
No related branches found
No related tags found
1 merge request!410Some basic house keeping
Pipeline #125980 passed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment