Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
jyameo committed Oct 10, 2024
1 parent db77882 commit f47d3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dwds/test/sdk_configuration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ class FakeSdkLayout {

FakeSdkLayout(this.sdkDirectory);

String get summaryPath =>
p.join(sdkDirectory, 'summaries', 'sound.dill');
String get summaryPath => p.join(sdkDirectory, 'summaries', 'sound.dill');

String get compilerWorkerPath =>
p.join(sdkDirectory, 'snapshots', 'test.snapshot');
Expand Down

0 comments on commit f47d3b4

Please sign in to comment.