Commit 170758c 1 parent 8bb3a51 commit 170758c Copy full SHA for 170758c
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'dart:io' show File;
6
5
import 'dart:convert' ;
6
+ import 'dart:io' show File;
7
7
8
8
import 'package:path/path.dart' as p;
9
9
import 'package:pub/src/exit_codes.dart' as exit_codes;
@@ -1192,9 +1192,11 @@ dependency_overrides:
1192
1192
1193
1193
// Explicitly add using a forward slash in absolute path.
1194
1194
// This should be preserved in the pubspec.yaml, even on windows.
1195
- await pubAdd (args: ['foo:${json .encode (
1196
- {'path' : '$sandbox /foo' }
1197
- )}' ]);
1195
+ await pubAdd (
1196
+ args: [
1197
+ 'foo:${json .encode ({'path' : '$sandbox /foo' })}' ,
1198
+ ],
1199
+ );
1198
1200
1199
1201
await d
1200
1202
.appDir (
You can’t perform that action at this time.
0 commit comments