Skip to content

Commit

Permalink
npm run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Dec 16, 2024
1 parent fcd1bc3 commit c950889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ios/update.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { pathExists, readFile, realpath, writeFile } from 'fs-extra';
import { basename, dirname, join, relative } from 'path';
import { replace } from 'tar';

import c from '../colors';
import { checkPlatformVersions, runTask } from '../common';
Expand All @@ -23,7 +24,6 @@ import { checkPackageManager, generatePackageFile } from '../util/spm';
import { runCommand, isInstalled } from '../util/subprocess';

import { getIOSPlugins } from './common';
import { replace } from 'tar';

const platform = 'ios';

Expand Down

0 comments on commit c950889

Please sign in to comment.