Skip to content

Commit 93f8057

Browse files
committed
Remove introduced whitespace
1 parent 5ae703a commit 93f8057

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coderd/coderd.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ type Options struct {
1919
// New constructs the Coder API into an HTTP handler.
2020
func New(options *Options) http.Handler {
2121
r := chi.NewRouter()
22-
2322
r.Route("/api/v2", func(r chi.Router) {
2423
r.Get("/", func(w http.ResponseWriter, r *http.Request) {
2524
render.JSON(w, r, struct {
@@ -29,8 +28,6 @@ func New(options *Options) http.Handler {
2928
})
3029
})
3130
})
32-
3331
r.NotFound(site.Handler().ServeHTTP)
34-
3532
return r
3633
}

0 commit comments

Comments
 (0)