File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
3232func noopStartTask (task context.Task ) tea.Cmd {
Original file line number Diff line number Diff line change @@ -1633,4 +1633,3 @@ func (m *Model) executeNotificationAction(action string) tea.Cmd {
16331633
16341634 return nil
16351635}
1636-
You can’t perform that action at this time.
0 commit comments