From f47d3b4cbde730a4eddf978b10262ddd51d0b3f4 Mon Sep 17 00:00:00 2001 From: Jessy Yameogo Date: Thu, 10 Oct 2024 12:09:26 -0400 Subject: [PATCH] formatted code --- dwds/test/sdk_configuration_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dwds/test/sdk_configuration_test.dart b/dwds/test/sdk_configuration_test.dart index 5f11b7f52..ec41bd4b7 100644 --- a/dwds/test/sdk_configuration_test.dart +++ b/dwds/test/sdk_configuration_test.dart @@ -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');