fix golangci-lint warning (#33)

This commit is contained in:
Kuprijanov Roman
2021-12-02 20:38:45 +02:00
committed by GitHub
parent 21defdafdc
commit 9233c89ab6
3 changed files with 20 additions and 19 deletions

View File

@@ -90,7 +90,7 @@ func (td *TaskDetailPane) Export() {
}
content.WriteString("\n" + td.task.Details + " \n")
clipboard.WriteAll(content.String())
_ = clipboard.WriteAll(content.String())
app.SetFocus(td)
statusBar.showForSeconds("Task copyed. Try Pasting anywhere.", 5)
}