fix: gofmt alignment in cmd_config.go

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-05 03:53:14 +00:00
parent 3993d0583e
commit 3a1ed975ae

View file

@ -9,8 +9,8 @@ import (
// Config command flags.
var (
configURL string
configUser string
configURL string
configUser string
configPass string
configAPIKey string
configInsecure bool