From e04c2ad883b5ae3f59b9280fe57b1fa253d46cf2 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Fri, 13 Jul 2018 11:06:16 +0200 Subject: [PATCH] Remove whitespace --- lib/src/ZmqReceiver.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/src/ZmqReceiver.hpp b/lib/src/ZmqReceiver.hpp index b16967f..8e2de71 100644 --- a/lib/src/ZmqReceiver.hpp +++ b/lib/src/ZmqReceiver.hpp @@ -47,10 +47,6 @@ class ZmqReceiver std::shared_ptr> header_values_type = NULL; - - - - public: ZmqReceiver(const std::string& connect_address, const int n_io_threads, const int receive_timeout, std::shared_ptr> header_values_type=NULL);