chore: remove empty line

This commit is contained in:
Muhammad Nauman Raza 2023-11-23 13:19:09 +00:00
parent a5fa53190b
commit 8784322429

View file

@ -309,5 +309,4 @@ func (h *UserHandler) deleteUser(res http.ResponseWriter, req *http.Request) {
http.Error(res, fmt.Sprintf("db: failed to delete user (%s)", err), http.StatusInternalServerError) http.Error(res, fmt.Sprintf("db: failed to delete user (%s)", err), http.StatusInternalServerError)
return return
} }
} }