Commit 26519aab authored by pq's avatar pq

Fixed spacing.

parent 4ff0e842
...@@ -94,7 +94,7 @@ String runSync(List<String> cmd, { String workingDirectory }) { ...@@ -94,7 +94,7 @@ String runSync(List<String> cmd, { String workingDirectory }) {
/// Return the platform specific name for the given Dart SDK binary. So, `pub` /// Return the platform specific name for the given Dart SDK binary. So, `pub`
/// ==> `pub.bat`. The default SDK location can be overridden with a specified /// ==> `pub.bat`. The default SDK location can be overridden with a specified
/// [sdkLocation]. /// [sdkLocation].
String sdkBinaryName(String name, {String sdkLocation}) { String sdkBinaryName(String name, { String sdkLocation }) {
return path.absolute(path.join(sdkLocation ?? dartSdkPath, 'bin', Platform.isWindows ? '$name.bat' : name)); return path.absolute(path.join(sdkLocation ?? dartSdkPath, 'bin', Platform.isWindows ? '$name.bat' : name));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment