Skip to content

Commit b8c3877

Browse files
committed
Please consider the following formatting changes
1 parent 0cde38f commit b8c3877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/Core/include/Framework/DataChunk.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ namespace o2::framework
2525
class DataChunk : public std::vector<char, std::pmr::polymorphic_allocator<char>>
2626
{
2727
public:
28-
2928
// DataChunk is special and for the moment it's enough to declare the constructor with size and allocator
3029
DataChunk(size_t size, const std::pmr::polymorphic_allocator<char>& allocator) : std::vector<char, std::pmr::polymorphic_allocator<char>>(size, allocator)
3130
{

0 commit comments

Comments
 (0)