Skip to content

Commit 0d0bc72

Browse files
style: fix gofumpt formatting
1 parent 07a89d5 commit 0d0bc72

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

internal/tui/components/tasks/issue_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ type mockIssue struct {
2222
updatedAt time.Time
2323
}
2424

25-
func (m mockIssue) GetNumber() int { return m.number }
26-
func (m mockIssue) GetRepoNameWithOwner() string { return m.repoName }
27-
func (m mockIssue) GetTitle() string { return m.title }
28-
func (m mockIssue) GetUrl() string { return m.url }
29-
func (m mockIssue) GetUpdatedAt() time.Time { return m.updatedAt }
25+
func (m mockIssue) GetNumber() int { return m.number }
26+
func (m mockIssue) GetRepoNameWithOwner() string { return m.repoName }
27+
func (m mockIssue) GetTitle() string { return m.title }
28+
func (m mockIssue) GetUrl() string { return m.url }
29+
func (m mockIssue) GetUpdatedAt() time.Time { return m.updatedAt }
3030

3131
// noopStartTask is a stub that returns nil for testing
3232
func noopStartTask(task context.Task) tea.Cmd {

internal/tui/ui.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,4 +1633,3 @@ func (m *Model) executeNotificationAction(action string) tea.Cmd {
16331633

16341634
return nil
16351635
}
1636-

0 commit comments

Comments
 (0)