Skip to content

Commit

Permalink
fix: Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek committed Nov 23, 2024
1 parent 571345c commit 1480c57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/web/handlers/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import (
"github.com/sonjek/go-templ-htmx-picocss-example/internal/web/templ/view"
)

type Handlers struct {
}
type Handlers struct{}

func NewHandler() *Handlers {
return &Handlers{}
Expand Down

0 comments on commit 1480c57

Please sign in to comment.