Skip to content

Commit 197b119

Browse files
committed
style: format bundle target lookup
1 parent 2602ed4 commit 197b119

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/bundle.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,8 @@ export const bundleCommands = {
254254
let appIdForBase = normalized.appId;
255255
if (!appIdForBase && normalized.hermesBase === 'auto') {
256256
try {
257-
appIdForBase = (
258-
await getSelectedApp(platform, normalized.config)
259-
).appId;
257+
appIdForBase = (await getSelectedApp(platform, normalized.config))
258+
.appId;
260259
} catch {
261260
appIdForBase = undefined;
262261
}

0 commit comments

Comments
 (0)