fix(lint): gofmt formatting fixes for 3 files

Align struct field assignments and fix indentation detected by
golangci-lint v2.9's gofmt checker.
This commit is contained in:
shaw
2026-03-07 23:18:19 +08:00
parent cab60ef735
commit 03bf348530
4 changed files with 11 additions and 11 deletions

View File

@@ -78,11 +78,11 @@ func TestAPIKey_EffectiveUsage(t *testing.T) {
now := time.Now()
tests := []struct {
name string
key APIKey
want5h float64
want1d float64
want7d float64
name string
key APIKey
want5h float64
want1d float64
want7d float64
}{
{
name: "all windows active",