瀏覽代碼

Reformat XmlNodeTest class

Patrick-Christopher Mattulat 3 年之前
父節點
當前提交
11a66f2ab0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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));