Skip to content

Commit caec278

Browse files
committed
refactor: remove unused directive
1 parent d3faac0 commit caec278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func setupHTMLFiles(t *testing.T, mode string, tls bool, loadMethod func(*Engine
5858
})
5959
router.GET("/raw", func(c *Context) {
6060
c.HTML(http.StatusOK, "raw.tmpl", map[string]any{
61-
"now": time.Date(2017, 0o7, 0o1, 0, 0, 0, 0, time.UTC), //nolint:gofumpt
61+
"now": time.Date(2017, 0o7, 0o1, 0, 0, 0, 0, time.UTC),
6262
})
6363
})
6464
})

0 commit comments

Comments
 (0)