Skip to content

Commit 8d19a2f

Browse files
committed
clean up
1 parent 45a9714 commit 8d19a2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/grpc/grpc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ var (
6868
_ GrpcConnectionInterface = (*GrpcConnection)(nil)
6969
)
7070

71-
// nolint: ireturn
7271
func NewGrpcConnection(ctx context.Context, agentConfig *config.Config) (*GrpcConnection, error) {
7372
if agentConfig == nil || agentConfig.Command.Server.Type != config.Grpc {
7473
return nil, errors.New("invalid command server settings")

0 commit comments

Comments
 (0)