diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-11 15:08:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-11 15:08:35 +0300 |
| commit | 7305f1262a364d34ff8ffa529e7eb0daa553a1fe (patch) | |
| tree | 5dceef4128cca4f8209ed6571d19a96f63651365 /internal/client/tui/finishedmsg.go | |
| parent | 5f34aa03f262837f6fb475490c3467880a1ea041 (diff) | |
add Cmd prefix
Diffstat (limited to 'internal/client/tui/finishedmsg.go')
| -rw-r--r-- | internal/client/tui/finishedmsg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/client/tui/finishedmsg.go b/internal/client/tui/finishedmsg.go index dca703f..d1e9165 100644 --- a/internal/client/tui/finishedmsg.go +++ b/internal/client/tui/finishedmsg.go @@ -11,7 +11,7 @@ func (f finishedMsg) Error() string { return f.err.Error() } -func finished(cb func() error, err error) tea.Cmd { +func finishedCmd(cb func() error, err error) tea.Cmd { return func() tea.Msg { return finishedMsg{ cb: cb, |
