commit ea17a3cd099d5c182d7f518f45dc60768e972abe
Author: Scott Kostyshak <[email protected]>
Date: Sat Apr 21 14:16:24 2018 -0400
Whitespace
---
src/FuncRequest.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/FuncRequest.h b/src/FuncRequest.h
index f0b9e7c..35fff68 100644
--- a/src/FuncRequest.h
+++ b/src/FuncRequest.h
@@ -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_;