Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Jun 25, 2024
1 parent 1dbc6f3 commit 5605c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/world/cardinal/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func init() {
// startCardinalDevMode runs cardinal in dev mode.
// If watch is true, it uses fresh for hot reload support
// Otherwise, it runs cardinal using `go run .`
func startCardinalDevMode(ctx context.Context, cfg *config.Config, prettyLog bool) error {
func startCardinalDevMode(ctx context.Context, cfg *config.Config, prettyLog bool) error { //nolint:gocognit
fmt.Println("Starting Cardinal...")
fmt.Println(style.BoldText.Render("Press Ctrl+C to stop\n"))

Expand Down

0 comments on commit 5605c32

Please sign in to comment.