Skip to content

Commit 6ea5056

Browse files
committed
Please consider the following formatting changes
1 parent 2e401ed commit 6ea5056

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Framework/Core/include/Framework/TableBuilder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ struct BuilderMaker<T[N]> {
362362
}
363363
};
364364

365-
366365
template <typename T, int N>
367366
struct BuilderMaker<std::array<T, N>> {
368367
using FillType = T*;

Framework/Core/test/test_TableBuilder.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ TEST_CASE("TestPodInjestion")
271271
}
272272
}
273273

274-
275274
TEST_CASE("TestColumnCount")
276275
{
277276
struct Foo {

0 commit comments

Comments
 (0)