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

@@ -84,7 +84,7 @@ export class AppState {
}
/**
* Creates a new editor if one doesn't exist. If one does, we'll replace the
* Creates a new editor if one doesn't exist. If one does, we'll replace the
* editor's note with an empty one.
*/
createEditor(title?: string) {
@@ -222,8 +222,8 @@ export class AppState {
}
async notifyEvent(eventName: AppStateEvent, data?: any) {
/**
* Timeout is particullary important so we can give all initial
/**
* Timeout is particullary important so we can give all initial
* controllers a chance to construct before propogting any events *
*/
return new Promise((resolve) => {