Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 72c178d

Browse files
committed
Fix formatting
1 parent de31ad0 commit 72c178d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/compiler/inline.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,5 @@ pub fn replace_in_inline(
245245
args,
246246
inline.body.clone(),
247247
)
248-
.and_then(|x| {
249-
generate_expr_code(allocator, runner, opts, compiler, x.clone())
250-
})
248+
.and_then(|x| generate_expr_code(allocator, runner, opts, compiler, x.clone()))
251249
}

0 commit comments

Comments
 (0)