Browse Source

Fix go fmt issues

pull/104/head
Dj Gilcrease 10 years ago
parent
commit
f84ab9ab62
  1. 1
      mux_test.go

1
mux_test.go

@ -1300,7 +1300,6 @@ func testTemplate(t *testing.T, test routeTest) {
t.Errorf("(%v) GetPathTemplate not equal: expected %v, got %v", test.title, path_template, path_tmpl) t.Errorf("(%v) GetPathTemplate not equal: expected %v, got %v", test.title, path_template, path_tmpl)
} }
host_tmpl, host_err := route.GetHostTemplate() host_tmpl, host_err := route.GetHostTemplate()
if host_err == nil && host_tmpl != host_template { if host_err == nil && host_tmpl != host_template {
t.Errorf("(%v) GetHostTemplate not equal: expected %v, got %v", test.title, host_template, host_tmpl) t.Errorf("(%v) GetHostTemplate not equal: expected %v, got %v", test.title, host_template, host_tmpl)

Loading…
Cancel
Save