Skip to content

Commit 44f03fe

Browse files
Update buildProject.ts
space
1 parent 9dbdb98 commit 44f03fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-platform-apple/src/commands/buildCommand/buildProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function buildProject(
4040
): Promise<string> {
4141
return new Promise((resolve, reject) => {
4242
const simulatorDest = simulatorDestinationMap?.[platform];
43-
43+
4444
if (!simulatorDest) {
4545
reject(
4646
new CLIError(

0 commit comments

Comments
 (0)