File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/next-custom-transforms/src/transforms Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ impl<C: Comments> ServerActions<C> {
314
314
. into ( ) ,
315
315
} ) ) ) ;
316
316
317
- return Box :: new ( register_action_expr. clone ( ) ) ;
317
+ Box :: new ( register_action_expr. clone ( ) )
318
318
}
319
319
320
320
fn maybe_hoist_and_create_proxy_for_server_action_function (
@@ -434,7 +434,7 @@ impl<C: Comments> ServerActions<C> {
434
434
. into ( ) ,
435
435
} ) ) ) ;
436
436
437
- return Box :: new ( register_action_expr) ;
437
+ Box :: new ( register_action_expr)
438
438
}
439
439
440
440
fn maybe_hoist_and_create_proxy_for_cache_arrow_expr (
@@ -597,7 +597,7 @@ impl<C: Comments> ServerActions<C> {
597
597
. into ( ) ,
598
598
} ) ) ) ;
599
599
600
- return Box :: new ( register_action_expr. clone ( ) ) ;
600
+ Box :: new ( register_action_expr. clone ( ) )
601
601
}
602
602
603
603
fn maybe_hoist_and_create_proxy_for_cache_function (
@@ -729,7 +729,7 @@ impl<C: Comments> ServerActions<C> {
729
729
. into ( ) ,
730
730
} ) ) ) ;
731
731
732
- return Box :: new ( register_action_expr) ;
732
+ Box :: new ( register_action_expr)
733
733
}
734
734
}
735
735
You can’t perform that action at this time.
0 commit comments