Skip to content

Commit 060ceb3

Browse files
committed
Fix lint
1 parent fd88d24 commit 060ceb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/extractor/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub(super) fn expression_to_code(expression: &Expression) -> String {
2626
.alloc_expression_statement(SPAN, expression.clone_in(&allocator)),
2727
),
2828
);
29-
29+
3030
Codegen::new()
3131
.with_options(CodegenOptions {
3232
minify: true,

0 commit comments

Comments
 (0)