diff --git a/src/components/error-description/error-description.scss b/src/components/error-description/error-description.scss index 3bb28c416..e10d0bb0b 100644 --- a/src/components/error-description/error-description.scss +++ b/src/components/error-description/error-description.scss @@ -1,3 +1,3 @@ .error-description { font-size: 24px; -} \ No newline at end of file +} diff --git a/src/components/error-description/index.ts b/src/components/error-description/index.ts index 1254a4234..29a5b12d2 100644 --- a/src/components/error-description/index.ts +++ b/src/components/error-description/index.ts @@ -1,2 +1,2 @@ import './error-description.scss' -export { default as ErrorDescription } from './error-description.hbs?raw' \ No newline at end of file +export { default as ErrorDescription } from './error-description.hbs?raw' diff --git a/src/components/input/input.scss b/src/components/input/input.scss index bd1dedfe1..a9a70ec8f 100644 --- a/src/components/input/input.scss +++ b/src/components/input/input.scss @@ -14,4 +14,5 @@ text-align: right; } } - } \ No newline at end of file + } + \ No newline at end of file