Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 committed Jan 14, 2025
1 parent 3b985c7 commit fd4b712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/nodedb/nodeiteration.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ type NodeTypeIterator struct {
priority int32
// Used to index into node.keys to assert that keys are always increasing.
// This to detect if the iterator gets stuck.
// TODO(albin): WithField better testing we should be able to remove this.
// TODO(albin): With better testing we should be able to remove this.
keyIndex int
// Name of the memdb index used for node iteration.
// Should correspond to the priority set for this iterator.
Expand Down

0 comments on commit fd4b712

Please sign in to comment.