File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ class SdkAssetGenerator {
104104
105105 // Files to generate
106106 final jsPath = p.join (
107- outputDir.path,
108- resolveSdkJsFilename (canaryFeatures: canaryFeatures));
107+ outputDir.path, resolveSdkJsFilename (canaryFeatures: canaryFeatures));
109108 final jsMapPath = p.setExtension (jsPath, '.js.map' );
110109 final fullDillPath = p.setExtension (jsPath, '.dill' );
111110
@@ -188,8 +187,7 @@ class SdkAssetGenerator {
188187
189188 // Generate missing files.
190189 outputDir = fileSystem.systemTempDirectory.createTempSync ();
191- final summaryPath =
192- p.join (outputDir.path, sdkLayout.summaryFileName);
190+ final summaryPath = p.join (outputDir.path, sdkLayout.summaryFileName);
193191
194192 _logger.info ('Generating SDK summary files...' );
195193
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ void main() {
3030 late String ddcSdkJsPath;
3131 late String ddcSdkJsMapPath;
3232
33-
3433 setUp (() async {
3534 setCurrentLogWriter (debug: debug);
3635 tempDir = Directory .systemTemp.createTempSync ();
You can’t perform that action at this time.
0 commit comments