diff --git a/mux_test.go b/mux_test.go index 413f13f..484fab4 100644 --- a/mux_test.go +++ b/mux_test.go @@ -1896,7 +1896,7 @@ func TestNoMatchMethodErrorHandler(t *testing.T) { t.Errorf("Expecting code %v", 405) } - //Add matching route now + // Add matching route r.HandleFunc("/", func1).Methods("PUT") match = new(RouteMatch)