Skip to content

Commit 416ab85

Browse files
committed
Please consider the following formatting changes
1 parent 3ec19bc commit 416ab85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/test/test_DataDescriptorMatcher.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,10 +668,10 @@ TEST_CASE("DataQuery")
668668
REQUIRE(result5[0].metadata[1].defaultValue.get<std::string>() == "GLO/Config/GRPECS");
669669
REQUIRE(result5[0].metadata[2].name == "key3");
670670
REQUIRE(result5[0].metadata[2].defaultValue.get<std::string>() == "value3");
671-
672671
}
673672

674-
TEST_CASE("DataQueryLifetime") {
673+
TEST_CASE("DataQueryLifetime")
674+
{
675675
auto result0 = DataDescriptorQueryBuilder::parse("x:TST/A1?lifetime=timeframe");
676676
REQUIRE(result0.size() == 1);
677677
REQUIRE(result0[0].lifetime == Lifetime::Timeframe);

0 commit comments

Comments
 (0)