fix(res): remove first empty line in public.xml (#1907)

This commit is contained in:
Skylot
2023-06-11 13:43:55 +01:00
parent 85b77cd3c0
commit b578479270
@@ -28,7 +28,7 @@ public class XmlGenUtils {
}
public static ICodeInfo makeXmlDump(ICodeWriter writer, ResourceStorage resStorage) {
writer.startLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
writer.add("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
writer.startLine("<resources>");
writer.incIndent();