Skip to content

Commit

Permalink
chore: lint field alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
3n0ugh committed Jul 3, 2024
1 parent a4031b2 commit 4ca5c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type Server interface {
}

type server struct {
cdcConfig config.Config
server http.Server
cdcConfig config.Config
closed bool
}

Expand Down

0 comments on commit 4ca5c3d

Please sign in to comment.