Skip to content

Commit 483cfab

Browse files
committed
formatting
Signed-off-by: Louis Mandel <[email protected]>
1 parent c25ed32 commit 483cfab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pdl-live-react/src/pdl_ast_utils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ export function map_block_children(
7474
: undefined
7575
// @ts-expect-error: f_expr does not preserve the type of the expression
7676
const backend: Backend = f_expr(block.backend)
77-
const processor = block.processor
78-
? f_expr(block.processor)
79-
: undefined
77+
const processor = block.processor ? f_expr(block.processor) : undefined
8078
return {
8179
...block,
8280
model,

0 commit comments

Comments
 (0)