Whitespace

This commit is contained in:
Scott Kostyshak 2018-04-21 14:16:24 -04:00
parent 02d37932d0
commit ea17a3cd09

View File

@ -102,7 +102,7 @@ public:
bool allowAsync() const { return allow_async_; }
///
void allowAsync(bool allow_async) { allow_async_ = allow_async; }
private:
/// the action
FuncCode action_;