Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Apr 12, 2024
1 parent e6e996b commit 4a3b592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/util/spm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function generatePackageFile(
): Promise<void> {
const packageSwiftFile = await findPackageSwiftFile(config);
try {
logger.warn("SPM Support is still experimental")
logger.warn('SPM Support is still experimental');
const textToWrite = generatePackageText(config, plugins);
writeFileSync(packageSwiftFile, textToWrite);
} catch (err) {
Expand Down

0 comments on commit 4a3b592

Please sign in to comment.