Fix lint errs (#59)
This commit is contained in:
@ -129,7 +129,7 @@ func (t *ListTask) Update() (err error) {
|
||||
}
|
||||
|
||||
// And because a false is considered to be a null value, we need to explicitly check that case here.
|
||||
if t.Done == false {
|
||||
if !t.Done {
|
||||
ot.Done = false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user