Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh authored Oct 30, 2024
1 parent 5888e85 commit 4238316
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plan/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ func (p *Plan) Calculate() *Plan {
if ownersMatch {
changes.Create = append(changes.Create, creates...)
} else {
if log.GetLevel() == log.DebugLevel {
for _, current := range row.current {
log.Debugf(`Skipping endpoint %v because owner id does not match for one or more items to create, found: "%s", required: "%s"`, current, current.Labels[endpoint.OwnerLabelKey], p.OwnerID)
}
}
if log.GetLevel() == log.DebugLevel {
for _, current := range row.current {
log.Debugf(`Skipping endpoint %v because owner id does not match for one or more items to create, found: "%s", required: "%s"`, current, current.Labels[endpoint.OwnerLabelKey], p.OwnerID)
}
}
}
}
}
Expand Down

0 comments on commit 4238316

Please sign in to comment.