Skip to content

Commit f916652

Browse files
committed
PR Feedback
1 parent fd14c75 commit f916652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/command/command_service.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ package command
88
import (
99
"context"
1010
"errors"
11-
"github.com/cenkalti/backoff/v4"
1211
"log/slog"
1312
"sync"
1413
"sync/atomic"
1514

15+
"github.com/cenkalti/backoff/v4"
16+
1617
mpi "github.com/nginx/agent/v3/api/grpc/mpi/v1"
1718
"github.com/nginx/agent/v3/internal/config"
1819
"github.com/nginx/agent/v3/internal/datasource/proto"

0 commit comments

Comments
 (0)