Skip to content

Commit f47d3b4

Browse files
committed
formatted code
1 parent db77882 commit f47d3b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dwds/test/sdk_configuration_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ class FakeSdkLayout {
139139

140140
FakeSdkLayout(this.sdkDirectory);
141141

142-
String get summaryPath =>
143-
p.join(sdkDirectory, 'summaries', 'sound.dill');
142+
String get summaryPath => p.join(sdkDirectory, 'summaries', 'sound.dill');
144143

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

0 commit comments

Comments
 (0)