Skip to content

Commit

Permalink
lint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HardikChoudhary24 committed Oct 30, 2023
1 parent c449904 commit 9bd0b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ConvertToLTRForComposerTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {platform} from 'os';
import convertToLTRForComposer from '../../src/libs/convertToLTRForComposer';
import CONST from '../../src/CONST';
import {platform} from 'os';

describe('convertToLTRForComposer', () => {
test('Input without RTL characters remains unchanged', () => {
Expand Down

0 comments on commit 9bd0b5f

Please sign in to comment.