Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
natebiggs committed Feb 5, 2025
1 parent fbe17a6 commit 0b6f629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/dart_services/tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ Future<String> _buildStorageArtifacts(

final sdkJsPath =
path.join(sdk.flutterWebSdkPath, 'amd-canvaskit-sound/dart_sdk.js');
final newSdkJsPath = path.join(sdk.flutterWebSdkPath,
'ddcLibraryBundle-canvaskit-sound/dart_sdk.js');
final newSdkJsPath = path.join(
sdk.flutterWebSdkPath, 'ddcLibraryBundle-canvaskit-sound/dart_sdk.js');
final ddcModuleLoaderPath =
path.join(sdk.dartSdkPath, 'lib/dev_compiler/ddc/ddc_module_loader.js');

Expand Down

0 comments on commit 0b6f629

Please sign in to comment.