From e0d749487088cc78280a0cda238a4bbe9317d756 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 4 Jun 2020 13:02:22 +0200 Subject: [PATCH] Add whitespace at the end of the tests --- sf-writer/test/test_JFH5Writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-writer/test/test_JFH5Writer.cpp b/sf-writer/test/test_JFH5Writer.cpp index a308c2c..cc17170 100644 --- a/sf-writer/test/test_JFH5Writer.cpp +++ b/sf-writer/test/test_JFH5Writer.cpp @@ -109,4 +109,4 @@ TEST(JFH5Writer, test_writing) ASSERT_EQ(daq_rec_data[pulse_id - start_pulse_id], pulse_id + 100); ASSERT_EQ(is_good_frame_data[pulse_id - start_pulse_id], 1); } -} \ No newline at end of file +}