1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Chore: Fixed a few formatting issues

This commit is contained in:
Laurent Cozic
2019-09-19 23:02:29 +01:00
parent e648392330
commit 335b43ead4
3 changed files with 29 additions and 87 deletions

View File

@ -195,9 +195,7 @@ class WebDavApi {
`<?xml version="1.0" encoding="UTF-8"?>
<d:propfind xmlns:d="DAV:">
<d:prop xmlns:oc="http://owncloud.org/ns">
${
fieldsXml
}
${fieldsXml}
</d:prop>
</d:propfind>`;