Skip to content

Commit 62914bc

Browse files
cameroncookeclaude
andcommitted
style: Fix prettier formatting in build_run_sim
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be96508 commit 62914bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/mcp/tools/simulator/build_run_sim.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,11 +452,7 @@ export async function build_run_simLogic(
452452
data: { step: 'launch-app', status: 'started', appPath: appBundlePath },
453453
});
454454

455-
const launchResult: LaunchWithLoggingResult = await launcher(
456-
simulatorId,
457-
bundleId,
458-
executor,
459-
);
455+
const launchResult: LaunchWithLoggingResult = await launcher(simulatorId, bundleId, executor);
460456
if (!launchResult.success) {
461457
const errorMessage = launchResult.error ?? 'Failed to launch app';
462458
log('error', `Failed to launch app: ${errorMessage}`);

0 commit comments

Comments
 (0)