Skip to content

Commit b9624bc

Browse files
committed
chore: linting
1 parent d102627 commit b9624bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

internal/services/crossseed/hardlink_mode_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,10 @@ func recheckConfirmationMatchesStateFilter(state qbt.TorrentState, filter qbt.To
709709
return state == qbt.TorrentStateMoving
710710
case qbt.TorrentFilterError:
711711
return state == qbt.TorrentStateError
712+
case qbt.TorrentFilterActive, qbt.TorrentFilterInactive, qbt.TorrentFilterCompleted,
713+
qbt.TorrentFilterStalled, qbt.TorrentFilterUploading, qbt.TorrentFilterStalledUploading,
714+
qbt.TorrentFilterDownloading, qbt.TorrentFilterStalledDownloading:
715+
return true
712716
default:
713717
return true
714718
}

internal/services/crossseed/partial_pool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"os"
1111
"path/filepath"
1212
"strings"
13-
"syscall"
1413
"sync/atomic"
14+
"syscall"
1515
"testing"
1616
"time"
1717

0 commit comments

Comments
 (0)