Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Feb 17, 2023
1 parent 2765a08 commit cfbd7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/app/common/compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func Compare(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(http.StatusInternalServerError)
w.Write([]byte(fmt.Sprintf("Job failed: %v", errMessage)))
return
}
}

//map nodes
nm := map[string]tree.Node{}
Expand Down

0 comments on commit cfbd7cc

Please sign in to comment.