Skip to content

Commit 7fea6b0

Browse files
LauJosefsenclaude
andcommitted
Fix golangci-lint formatting issues
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e493640 commit 7fea6b0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

output/tui.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,3 @@ func stripANSI(s string) string {
349349
}
350350
return result
351351
}
352-

state/state_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ func TestState_SaveSetsVersion(t *testing.T) {
105105
dir := t.TempDir()
106106

107107
s := &GitteState{
108-
Version: 0, // should be overwritten by Save
109-
Toggles: make(map[string]bool),
108+
Version: 0, // should be overwritten by Save
109+
Toggles: make(map[string]bool),
110110
Features: make(map[string]FeatureState),
111111
}
112112

0 commit comments

Comments
 (0)