Skip to content

Commit

Permalink
Remove extra whitespace to appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorris27 committed Jan 14, 2025
1 parent 99e47f9 commit cb2a392
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cluster/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func (m *manager) getZerothSteps() []steps.Step {
bootstrap = append(bootstrap, managedIdentitySteps...)
} else {
bootstrap = append(bootstrap, steps.Action(m.fixupClusterSPObjectID))

}

// Generic fix-up actions that are fairly safe to always take, and don't require a running cluster
Expand Down

0 comments on commit cb2a392

Please sign in to comment.