Skip to content

Commit

Permalink
fixes removed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldJennings committed Feb 14, 2024
1 parent 02d7472 commit f6cef20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ faabric::util::SchedulingDecision Scheduler::makeSchedulingDecision(
}

faabric::util::SchedulingDecision Scheduler::doSchedulingDecision(
std::shared_ptr<faabric::BatchExecuteRequest> req
std::shared_ptr<faabric::BatchExecuteRequest> req,
faabric::util::SchedulingTopologyHint topologyHint)
{
ZoneScopedNS("Scheduler::makeSchedulingDecision", 5);
Expand Down

0 comments on commit f6cef20

Please sign in to comment.