Quellcode durchsuchen

Reformat XmlNodeTest class

Patrick-Christopher Mattulat vor 3 Jahren
Ursprung
Commit
11a66f2ab0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      test/cases/io/xml/XmlNodeTest.cpp

+ 1 - 1
test/cases/io/xml/XmlNodeTest.cpp

@@ -905,7 +905,7 @@ namespace
     attribute->setValue("important");
     singleLineElement->addAttributeToEnd(attribute);
 
-    ls_std::String xmlContent {singleLineElement->toXml()};
+    ls_std::String xmlContent{singleLineElement->toXml()};
     std::string expectedXmlString = R"(<info id="important" />)";
 
     ASSERT_TRUE(xmlContent.contains(expectedXmlString));