mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
Fix linting errors
This commit is contained in:
+2
-1
@@ -2,8 +2,9 @@ package task
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/aptly-dev/aptly/aptly"
|
||||
"sync"
|
||||
|
||||
"github.com/aptly-dev/aptly/aptly"
|
||||
)
|
||||
|
||||
// List is handling list of processes and makes sure
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
package task
|
||||
|
||||
import (
|
||||
"github.com/aptly-dev/aptly/aptly"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/aptly-dev/aptly/aptly"
|
||||
)
|
||||
|
||||
// State task is in
|
||||
|
||||
Reference in New Issue
Block a user