diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
| commit | 37020d847e66e57913d493716e98f4dcab749262 (patch) | |
| tree | a6bfa0c49bcec61ff91465f323142db43511a122 /src/types/Locale.ts | |
| parent | 18b85566df437ac932f59e94cbec771a4a331927 (diff) | |
Applies Prettier
Diffstat (limited to 'src/types/Locale.ts')
| -rw-r--r-- | src/types/Locale.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/Locale.ts b/src/types/Locale.ts index 2964117..1b2f8c4 100644 --- a/src/types/Locale.ts +++ b/src/types/Locale.ts @@ -1,2 +1,2 @@ -type Locale = 'sco' | 'en-GB' -export default Locale
\ No newline at end of file +type Locale = 'sco' | 'en-GB'; +export default Locale; |
