Skip to content

Commit 754bd48

Browse files
Update buildProject.ts
fix lint
1 parent 44f03fe commit 754bd48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function buildProject(
5151
);
5252
return;
5353
}
54-
54+
5555
const isDevice = args.device;
5656
let destination = '';
5757
if (udid) {
@@ -63,7 +63,7 @@ export function buildProject(
6363
} else {
6464
destination = `generic/platform=${platform}`;
6565
}
66-
66+
6767
if (args.destination) {
6868
destination += `,${args.destination}`;
6969
}

0 commit comments

Comments
 (0)