Commit faa7f7fb authored by Andrew Gallagher's avatar Andrew Gallagher Committed by Facebook Github Bot

folly/executors: fix extraneous semi-colon

Reviewed By: yfeldblum

Differential Revision: D13056552

fbshipit-source-id: 910296cda7d392972a48c8fa3e425b4bdeaa5d26
parent aedf6079
......@@ -58,7 +58,7 @@ class IOObjectCache {
it = p.first;
}
return it->second;
};
}
void setFactory(TFactory factory) {
factory_ = std::move(factory);
......
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