1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Tools: Apply eslint rule "no-multi-spaces"

This commit is contained in:
Laurent Cozic
2021-01-23 15:51:19 +00:00
parent 0e2351e79e
commit 63559ac8b9
50 changed files with 95 additions and 92 deletions

View File

@@ -245,7 +245,7 @@ function shimInit(sharp = null, keytar = null, React = null) {
const fileStat = await shim.fsDriver().stat(targetPath);
resource.size = fileStat.size;
const saveOptions = { isNew: true };
const saveOptions = { isNew: true };
if (options.userSideValidation) saveOptions.userSideValidation = true;
return Resource.save(resource, saveOptions);
};