Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Jan 23, 2025
1 parent 3e2fe56 commit 152997c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,9 @@ export const executor = async (
try {
let jsAppSettings = default_app_settings()
if (!TEST) {
const settings = await import(
'machines/appMachine'
).then((module) => module.getSettings())
const settings = await import('machines/appMachine').then((module) =>
module.getSettings()
)
if (settings) {
jsAppSettings = getAllCurrentSettings(settings)
}
Expand Down

0 comments on commit 152997c

Please sign in to comment.