mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-16 00:07:38 +00:00
style(App) eliminate whitespace at the end of code lines (#5735)
This commit is contained in:
@@ -118,7 +118,7 @@ ImportVariablesWidget.prototype.refresh = function(changedTiddlers) {
|
||||
this.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());
|
||||
return true;
|
||||
} else {
|
||||
return this.refreshChildren(changedTiddlers);
|
||||
return this.refreshChildren(changedTiddlers);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user