diff --git a/lib/services/uploader.dart b/lib/services/uploader.dart index 21d4863..14d9233 100644 --- a/lib/services/uploader.dart +++ b/lib/services/uploader.dart @@ -104,7 +104,7 @@ class Uploader { // Create new node final mergedTags = p.getCombinedTags(); final tagsXml = mergedTags.entries.map((e) => - '').join('\n '); + '').join('\n '); final nodeXml = ''' @@ -141,7 +141,7 @@ class Uploader { // Update existing node with version final mergedTags = p.getCombinedTags(); final tagsXml = mergedTags.entries.map((e) => - '').join('\n '); + '').join('\n '); final nodeXml = ''' @@ -190,7 +190,7 @@ class Uploader { // Extract creates a new node with tags from the original node final mergedTags = p.getCombinedTags(); final tagsXml = mergedTags.entries.map((e) => - '').join('\n '); + '').join('\n '); final nodeXml = '''