Skip to content

Commit acd0ad6

Browse files
committed
chore: fix empty space in flags
1 parent 6289582 commit acd0ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/flags/flags.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66

77
// Flags represent a set of configurable options affecting runtime behavior and configuration visibility.
88
type Flags struct {
9-
109
// ShowConfigToken determines if the configuration token value should be displayed when accessing the configuration endpoint.
1110
ShowConfigToken bool `json:"show_config_token" mapstructure:"show_config_token"`
1211

0 commit comments

Comments
 (0)