Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Nov 7, 2024
1 parent 56b34fa commit abf43b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions text-zoom/src/ios.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import type {
GetResult,
SetOptions,
TextZoomPlugin,
} from './definitions';
import type { GetResult, SetOptions, TextZoomPlugin } from './definitions';

export class TextZoomIOS implements TextZoomPlugin {
static readonly TEXT_SIZE_REGEX = /(\d+)%/;
Expand Down

0 comments on commit abf43b3

Please sign in to comment.