Skip to content

Commit 33b4186

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 822c03f commit 33b4186

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/CoreTest.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,11 +1298,11 @@ TEST_CASE("use_count_test", "[core]")
12981298
else
12991299
{
13001300
REQUIRE(
1301-
std::get<std::shared_ptr<void>>(
1302-
static_cast<Parameter<Operation::WRITE_DATASET> *>(
1303-
pprc.get().m_chunks.front().parameter.get())
1304-
->data.as_variant<auxiliary::WriteBufferTypes>())
1305-
.use_count() == 1);
1301+
std::get<std::shared_ptr<void>>(
1302+
static_cast<Parameter<Operation::WRITE_DATASET> *>(
1303+
pprc.get().m_chunks.front().parameter.get())
1304+
->data.as_variant<auxiliary::WriteBufferTypes>())
1305+
.use_count() == 1);
13061306
}
13071307
#endif
13081308
}

0 commit comments

Comments
 (0)