style: trim whitespace

This commit is contained in:
Baptiste Grob
2020-08-14 16:38:58 +02:00
parent 4e86a2e1cb
commit 11ed5bc0b5
3 changed files with 11 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> {
this.showAllChangesSavedStatus();
}
} else {
this.showSavingStatus();
this.showSavingStatus();
}
}
});
@@ -515,7 +515,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> {
}, syncDebouceMs);
}
showSavingStatus() {
showSavingStatus() {
this.setStatus(
{ message: "Saving…" },
false