Fix whitespace in tests

This commit is contained in:
2020-04-07 13:51:23 +02:00
parent 7ff6e59bf7
commit f777db3283
-2
View File
@@ -40,8 +40,6 @@ TEST(ZmqRecvModule, basic_interaction)
zmq_recv_module.start_saving();
EXPECT_NO_THROW(zmq_recv_module.start_saving());
// Stop should never throw an exception.
zmq_recv_module.stop_recv();
EXPECT_NO_THROW(zmq_recv_module.stop_recv());