Skip to content

Commit d235e57

Browse files
committed
Please consider the following formatting changes
1 parent 264c95b commit d235e57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DataFormats/MemoryResources/test/testMemoryResources.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ BOOST_AUTO_TEST_CASE(getMessage_test)
137137
BOOST_CHECK(message->GetSize() == 3 * sizeof(testData));
138138
messageArray = static_cast<int*>(message->GetData());
139139
BOOST_CHECK(messageArray[0] == 4 && messageArray[1] == 5 && messageArray[2] == 6);
140-
141140
}
142141

143142
}; // namespace o2::pmr

0 commit comments

Comments
 (0)