You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Apply "curly" eslint rule
This commit is contained in:
@@ -73,10 +73,12 @@ class HtmlToHtml {
|
||||
|
||||
this.cache_.put(cacheKey, html, 1000 * 60 * 10);
|
||||
|
||||
if (options.bodyOnly) return {
|
||||
html: html,
|
||||
pluginAssets: [],
|
||||
};
|
||||
if (options.bodyOnly) {
|
||||
return {
|
||||
html: html,
|
||||
pluginAssets: [],
|
||||
};
|
||||
}
|
||||
|
||||
let cssStrings = noteStyle(theme, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user