mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 16:22:22 +02:00
Fix whitespace in tests
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user