Commit dc0f0375 authored by Dominik Charousset's avatar Dominik Charousset

Remove redundant newline

parent 176f6140
...@@ -168,5 +168,4 @@ visit(Visitor&& f, T&& x, Ts&&... xs) { ...@@ -168,5 +168,4 @@ visit(Visitor&& f, T&& x, Ts&&... xs) {
std::forward<Ts>(xs)...); std::forward<Ts>(xs)...);
} }
} // namespace caf } // namespace caf
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