From e99f210c9dcf61a21e445e2a331384b6066f2c98 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Wed, 1 Jan 2020 12:31:41 +0100 Subject: [PATCH] typo fixes + whitespace refactorings --- src/App.vue | 13 ++-- src/application/ApplicationParser.ts | 28 +++++--- src/application/State/ApplicationState.ts | 10 +-- .../Renderer/AdminRightsFunctionRenderer.ts | 14 ++-- .../State/Code/Renderer/AsciiArtRenderer.ts | 20 +++--- .../State/Code/Renderer/FunctionRenderer.ts | 6 +- src/application/State/Filter/UserFilter.ts | 4 +- src/application/State/IApplicationState.ts | 1 - src/application/application.yaml.d.ts | 5 ++ src/domain/Application.ts | 65 ++++++++++++------- src/domain/Category.ts | 4 +- src/global.d.ts | 21 ++++-- src/infrastructure/Entity/BaseEntity.ts | 5 +- .../Repository/InMemoryRepository.ts | 1 + src/infrastructure/SaveFileDialog.ts | 2 +- src/infrastructure/Threading/AsyncLazy.ts | 2 +- src/main.ts | 4 +- .../Bootstrapping/Modules/IconBootstrapper.ts | 11 +++- src/presentation/styles/tooltip.scss | 2 + src/presentation/styles/tree.scss | 1 + src/shims-tsx.d.ts | 20 +++--- src/shims-vue.d.ts | 4 +- 22 files changed, 148 insertions(+), 95 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7562abeb..de20411e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,19 +1,18 @@