Skip to content

Commit

Permalink
Removing junk
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Sep 6, 2023
1 parent 51f7972 commit ca0bfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/scheduler/priority.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void nano::scheduler::priority::run ()
}
else if (priority_queue_predicate ())
{
if (!buckets.top ().second->available ());
if (!buckets.top ().second->available ())
{
buckets.seek ();
}
Expand Down

0 comments on commit ca0bfdf

Please sign in to comment.