Skip to content

Commit 01e3c23

Browse files
committed
Format
Signed-off-by: Matej Gera <[email protected]>
1 parent 5ad0079 commit 01e3c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/otel-allocator/allocation/per_node.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
191191
}
192192
}
193193
}
194+
194195
// Check for unassigned targets
195196
if len(unassignedTargetsForJobs) > 0 {
196197
jobs := make([]string, 0, len(unassignedTargetsForJobs))
@@ -200,7 +201,6 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
200201

201202
allocator.log.Info("Could not assign targets for the following jobs due to missing node labels", "jobs", jobs)
202203
}
203-
204204
}
205205

206206
// addTargetToTargetItems assigns a target to the collector and adds it to the allocator's targetItems

0 commit comments

Comments
 (0)