forked from mirror/gin
gofmt
This commit is contained in:
parent
45dd777693
commit
c7d2d82d01
|
@ -181,7 +181,7 @@ func compareFunc(t *testing.T, a, b interface{}) {
|
|||
}
|
||||
|
||||
func TestListOfRoutes(t *testing.T) {
|
||||
handler := func(c *Context){}
|
||||
handler := func(c *Context) {}
|
||||
router := New()
|
||||
router.GET("/favicon.ico", handler)
|
||||
router.GET("/", handler)
|
||||
|
|
Loading…
Reference in New Issue