Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Oct 29, 2023
1 parent cf37fbf commit 3640c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/getPermittedDecimalSeparator/index.ios.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// On iOS keyboard can only have one symbol at a time (either dot or comma) so we accept both
// Details: https://expensify.slack.com/archives/C01GTK53T8Q/p1658936908481629

import GetPermittedDecimalSeparator from './types';

const getPermittedDecimalSeparator: GetPermittedDecimalSeparator = () => '.,';
Expand Down

0 comments on commit 3640c82

Please sign in to comment.