Skip to content

Commit f9cbe6d

Browse files
bashbunnicaarlos0
andauthored
refactor: tidy unused args
Co-authored-by: Carlos Alexandro Becker <[email protected]>
1 parent 3dd5c2c commit f9cbe6d

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(_ 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)