Skip to content

Commit 369f19e

Browse files
committed
fix lint errors: whitespace, revive
1 parent e4656a9 commit 369f19e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/command/command_plugin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ func (cp *CommandPlugin) processResourceUpdate(ctx context.Context, msg *bus.Mes
9393
if resource, ok := msg.Data.(*mpi.Resource); ok {
9494
if !cp.commandService.IsConnected() && cp.config.IsFeatureEnabled(pkgConfig.FeatureConnection) {
9595
cp.createConnection(ctx, resource)
96-
9796
} else {
9897
statusErr := cp.commandService.UpdateDataPlaneStatus(ctx, resource)
9998
if statusErr != nil {

0 commit comments

Comments
 (0)