`make style` applied
diff --git a/test/cpp/src/TestServer.cpp b/test/cpp/src/TestServer.cpp
index 2705064..526cb0b 100644
--- a/test/cpp/src/TestServer.cpp
+++ b/test/cpp/src/TestServer.cpp
@@ -418,7 +418,8 @@
cob(res);
}
- virtual void testBinary(tcxx::function<void(std::string const& _return)> cob, const std::string& thing) {
+ virtual void testBinary(tcxx::function<void(std::string const& _return)> cob,
+ const std::string& thing) {
std::string res;
_delegate->testBinary(res, thing);
cob(res);