Skip to content

Commit 24f5aaf

Browse files
committed
linting
1 parent 2a26387 commit 24f5aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/parallelisation/parallelisation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ package parallelisation
88

99
import (
1010
"context"
11-
"golang.org/x/sync/errgroup"
1211
"os"
1312
"os/signal"
1413
"reflect"
1514
"syscall"
1615
"time"
1716

1817
"go.uber.org/atomic"
18+
"golang.org/x/sync/errgroup"
1919

2020
"github.com/ARM-software/golang-utils/utils/commonerrors"
2121
)

0 commit comments

Comments
 (0)