From af4660b4c4fea455dfffbf2d966bae425ed6effb Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 12 Feb 2020 21:25:07 +0100 Subject: viewer: project configuration - eof-last enforced --- viewer/src/components/LdKeyPress.vue | 2 +- viewer/src/components/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'viewer/src/components') diff --git a/viewer/src/components/LdKeyPress.vue b/viewer/src/components/LdKeyPress.vue index 8276607..c507b33 100644 --- a/viewer/src/components/LdKeyPress.vue +++ b/viewer/src/components/LdKeyPress.vue @@ -46,4 +46,4 @@ export default class LdKeyPress extends Vue { return e; } } - \ No newline at end of file + diff --git a/viewer/src/components/index.ts b/viewer/src/components/index.ts index 8e73274..ef55489 100644 --- a/viewer/src/components/index.ts +++ b/viewer/src/components/index.ts @@ -38,4 +38,4 @@ requireComponent.keys().forEach(fileName => { // otherwise fall back to module's root. componentConfig.default ?? componentConfig ) -}) \ No newline at end of file +}) -- cgit v1.2.3