"tests/vscode:/vscode.git/clone" did not exist on "365fdc180f02d56a92c943f72485f3514eafed9a"
Commit 6e9142b5 authored by Paul's avatar Paul
Browse files

Formatting

parent 9607aef2
......@@ -25,7 +25,10 @@ struct record_event
return {};
}
void finalize(context& ctx, const shape&, const std::vector<shape>&) { ctx.create_events(event); }
void finalize(context& ctx, const shape&, const std::vector<shape>&)
{
ctx.create_events(event);
}
};
struct wait_event
......
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