Skip to content

Commit

Permalink
removed empty space, as suggested.
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Hockman <katie@hockman.dev>
  • Loading branch information
laughingman-hass and katiehockman committed Nov 28, 2023
1 parent 5c544b9 commit 62921de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/dimfeld/httptreemux.v5/httptreemux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ func handler200(w http.ResponseWriter, _ *http.Request, _ map[string]string) {
func handler500(w http.ResponseWriter, _ *http.Request, _ map[string]string) {
http.Error(w, "500!", http.StatusInternalServerError)
}

func handlerDummy(w http.ResponseWriter, _ *http.Request, _ map[string]string) {
w.WriteHeader(http.StatusAccepted)
}

0 comments on commit 62921de

Please sign in to comment.