Commit 5120089e authored by Dominik Charousset's avatar Dominik Charousset

Remove extra ";"

parent 091ea74a
...@@ -102,7 +102,7 @@ struct fetch_helper { ...@@ -102,7 +102,7 @@ struct fetch_helper {
result += ':'; result += ':';
result += to_string(x); result += to_string(x);
return task_result::resume; return task_result::resume;
}; }
}; };
struct fixture { struct fixture {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment