Skip to content
Snippets Groups Projects
Commit 09c9fbf8 authored by Bouma,C.J. (Chris)'s avatar Bouma,C.J. (Chris)
Browse files

Lint update

:)
parent a6349f61
No related branches found
No related tags found
No related merge requests found
......@@ -102,11 +102,10 @@ func (s *Service) SendAQLQuery(query string, username string, password string, h
jsonQ, err := json.Marshal(queryResult)
return &jsonQ, err
} else {
// Return just a number
numQ, err := json.Marshal(num)
return &numQ, err
}
// Return just a number
numQ, err := json.Marshal(num)
return &numQ, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment