fix: gofmt alignment in cmd_config.go
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3993d0583e
commit
3a1ed975ae
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