Skip to content

Commit bd687ed

Browse files
committed
Lint
1 parent 0537e3e commit bd687ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/supported-languages/src/constants/rtl-languages.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ describe('rtlLanguages', () => {
88
expect(languages.has(entry)).toBe(true)
99
}
1010
})
11-
})
11+
})

packages/app/supported-languages/src/locale.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, expect, it } from 'vitest'
2-
import { rtlLanguages } from './constants/rtl-languages.ts'
32
import { languages } from './constants/languages.ts'
3+
import { rtlLanguages } from './constants/rtl-languages.ts'
44
import {
55
getLocaleDirection,
66
isStandardLocale,

0 commit comments

Comments
 (0)