fix: remove unwanted line
This commit is contained in:
parent
de06c8f38b
commit
564ca440e7
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ String convertJs2Xml(Map<String, dynamic> json) {
|
|||
return builder.buildDocument().toXmlString(
|
||||
pretty: true,
|
||||
indent: ' ',
|
||||
entityMapping: defaultMyEntityMapping,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue