@@ -237,9 +237,12 @@ async fn build_internal(
237
237
build_output_root. clone ( ) ,
238
238
build_output_root. clone ( ) ,
239
239
build_output_root. clone ( ) ,
240
- Environment :: new ( ExecutionEnvironment :: NodeJsLambda (
241
- NodeJsEnvironment :: default ( ) . resolved_cell ( ) ,
242
- ) , compile_time_info. css_environment ( ) )
240
+ Environment :: new (
241
+ ExecutionEnvironment :: NodeJsLambda (
242
+ NodeJsEnvironment :: default ( ) . resolved_cell ( ) ,
243
+ ) ,
244
+ compile_time_info. css_environment ( ) ,
245
+ )
243
246
. to_resolved ( )
244
247
. await ?,
245
248
runtime_type,
@@ -336,9 +339,10 @@ async fn build_internal(
336
339
build_output_root. clone ( ) ,
337
340
build_output_root. clone ( ) ,
338
341
build_output_root. clone ( ) ,
339
- Environment :: new ( ExecutionEnvironment :: Browser (
340
- browser_environment,
341
- ) , * browser_environment)
342
+ Environment :: new (
343
+ ExecutionEnvironment :: Browser ( browser_environment) ,
344
+ * browser_environment,
345
+ )
342
346
. to_resolved ( )
343
347
. await ?,
344
348
runtime_type,
@@ -384,9 +388,12 @@ async fn build_internal(
384
388
build_output_root. clone ( ) ,
385
389
build_output_root. clone ( ) ,
386
390
build_output_root. clone ( ) ,
387
- Environment :: new ( ExecutionEnvironment :: NodeJsLambda (
388
- NodeJsEnvironment :: default ( ) . resolved_cell ( ) ,
389
- ) , BrowserEnvironment :: default ( ) . cell ( ) )
391
+ Environment :: new (
392
+ ExecutionEnvironment :: NodeJsLambda (
393
+ NodeJsEnvironment :: default ( ) . resolved_cell ( ) ,
394
+ ) ,
395
+ BrowserEnvironment :: default ( ) . cell ( ) ,
396
+ )
390
397
. to_resolved ( )
391
398
. await ?,
392
399
runtime_type,
0 commit comments