Skip to content

Commit 16e3166

Browse files
committed
fix linting issues
1 parent 7f2293d commit 16e3166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/threads/manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ func (tm *ThreadManager) stop() {
139139
tm.waitForThreads.Wait()
140140
close(tm.returns)
141141
tm.log.Info("ThreadManager stopped")
142-
return
143142
}
144143

145144
// Run gives a new thread to run to the ThreadManager.

0 commit comments

Comments
 (0)