Skip to content

Commit

Permalink
chore: mosaic: enable and apply gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonck92 committed Jul 9, 2024
1 parent 9024c7e commit 5f55292
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion mosaic/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ linters:
- prealloc
- lll
- gosec
- gofumpt
- godot
- gocritic
- funlen
Expand Down
3 changes: 1 addition & 2 deletions mosaic/router/health_router.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import (
"github.com/kouprlabs/voltaserve/mosaic/infra"
)

type HealthRouter struct {
}
type HealthRouter struct{}

func NewHealthRouter() *HealthRouter {
return &HealthRouter{}
Expand Down

0 comments on commit 5f55292

Please sign in to comment.