Skip to content

Commit 08948dc

Browse files
committed
removed semicolon
1 parent e99b167 commit 08948dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/test_suite_runner/StringToScheduler/run_bsp_scheduler.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ namespace osp {
5959
const std::set<std::string> get_available_bsp_scheduler_names() {
6060
return {"Serial", "GreedyBsp", "GrowLocal", "BspLocking", "Cilk", "Etf", "GreedyRandom",
6161
"GreedyChildren", "Variance", "MultiHC", "LocalSearch", "Coarser", "FullILP", "MultiLevel"};
62-
;
6362
}
6463

6564
template<typename Graph_t>

0 commit comments

Comments
 (0)