Skip to content
Snippets Groups Projects
Commit 5fcc7f17 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

linter pleasing

parent 6f497821
No related branches found
No related tags found
1 merge request!416Resolve "Refactor how PNDs are implemented in the code"
Pipeline #138110 failed
...@@ -403,7 +403,6 @@ func fillMneBySpecificPath(nme networkelement.NetworkElement, path string) (*mne ...@@ -403,7 +403,6 @@ func fillMneBySpecificPath(nme networkelement.NetworkElement, path string) (*mne
return mne, nil return mne, nil
} }
// GetPath gets a path on a mne. // GetPath gets a path on a mne.
func (n *NetworkElementServer) GetPath(ctx context.Context, request *mnepb.GetPathRequest) (*mnepb.GetPathResponse, error) { func (n *NetworkElementServer) GetPath(ctx context.Context, request *mnepb.GetPathRequest) (*mnepb.GetPathResponse, error) {
labels := prometheus.Labels{"service": "mne", "rpc": "get"} labels := prometheus.Labels{"service": "mne", "rpc": "get"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment