Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Jan 23, 2024
1 parent 8e8cddc commit faf9330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/services/plugin/internal/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package plugininternal
import (
"bytes"
"context"
"errors"
"time"

"google.golang.org/grpc/status"

pluginsconfig "github.com/ignite/cli/v28/ignite/config/plugins"
"github.com/ignite/cli/v28/ignite/pkg/errors"
"github.com/ignite/cli/v28/ignite/services/plugin"
)

Expand Down

0 comments on commit faf9330

Please sign in to comment.