Skip to content

Commit 8c7cda8

Browse files
authored
Spaces
1 parent b85be09 commit 8c7cda8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func NewRouter() *mux.Router {
1111
}
1212

1313
type WithCORS struct {
14-
Router *mux.Router
14+
Router *mux.Router
1515
}
1616

1717
func (s *WithCORS) ServeHTTP(res http.ResponseWriter, req *http.Request) {

0 commit comments

Comments
 (0)