Skip to content

Commit 23ea299

Browse files
committed
npm run fmt
1 parent baf30f9 commit 23ea299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/util/cordova-ios.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import {
1313
getPluginPlatform,
1414
getPluginType,
1515
} from '../plugin';
16-
import { setAllStringIn } from '../tasks/migrate';
1716
import type { Plugin } from '../plugin';
17+
import { setAllStringIn } from '../tasks/migrate';
1818
import { extractTemplate } from '../util/template';
1919

2020
const platform = 'ios';
@@ -393,6 +393,6 @@ let package = Package(
393393
)
394394
]
395395
)`;
396-
await writeFile(join(config.ios.cordovaPluginsDirAbs, 'sources', p.name, 'Package.swift'), content);
396+
await writeFile(join(config.ios.cordovaPluginsDirAbs, 'sources', p.name, 'Package.swift'), content);
397397
}
398398
}

0 commit comments

Comments
 (0)