Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKoegel committed Aug 8, 2024
1 parent 758ef05 commit dea02e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/addons/vpc-cni/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ export class VpcCniAddOn extends CoreAddOn {
}
}

/**
* Iterates over all Values including nested child objects and removes undefined entries
*/
/**
* Iterates over all Values including nested child objects and removes undefined entries
*/
function RemoveUndefined(helmValues: Values): void {
Object.keys(helmValues).forEach(key => {
if (helmValues[key] === undefined) {
Expand Down

0 comments on commit dea02e5

Please sign in to comment.