Skip to content

Commit 8bac7a4

Browse files
committed
refactor: tidy unused args
1 parent fb97a47 commit 8bac7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func initTaskDir(path string) error {
8383
return nil
8484
}
8585

86-
func (t *taskDB) tableExists(name string) bool {
86+
func (t *taskDB) tableExists(_ string) bool {
8787
if _, err := t.db.Query("SELECT * FROM tasks"); err == nil {
8888
return true
8989
}

0 commit comments

Comments
 (0)