fix: gofmt alignment in cmd_config.go
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c9678fc04a
commit
d44e605496
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ import (
|
|||
|
||||
// Config command flags.
|
||||
var (
|
||||
configURL string
|
||||
configUser string
|
||||
configURL string
|
||||
configUser string
|
||||
configPass string
|
||||
configAPIKey string
|
||||
configInsecure bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue