Skip to content

Commit

Permalink
Fixing go lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Jul 31, 2024
1 parent ca305a0 commit b449798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpointmanager/cmd/endpointpopulator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {

listOfEndpoints, err := fetcher.GetEndpointsFromFilepath(endpointsFile, format, source, listURL)
// helpers.FailOnError("Endponint List Parsing Error: ", err)
if(err!=nil){
if err != nil {
fmt.Println("Endpoint List Parsing Error: ", err)
}

Expand Down

0 comments on commit b449798

Please sign in to comment.