Procházet zdrojové kódy

Reformat XmlNodeTest class

Patrick-Christopher Mattulat před 3 roky
rodič
revize
11a66f2ab0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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));