| Index: sdk/bin/dartfmt.bat
|
| diff --git a/sdk/bin/dartfmt.bat b/sdk/bin/dartfmt.bat
|
| index c4ac9aacbc277975b86272cc7ecb7e1a1186f8f4..edab2ddefe097f875ab9d0719b054708b20ff07a 100644
|
| --- a/sdk/bin/dartfmt.bat
|
| +++ b/sdk/bin/dartfmt.bat
|
| @@ -27,14 +27,7 @@ if %DART_ROOT:~-1%==\ set DART_ROOT=%DART_ROOT:~0,-1%
|
|
|
| set DARTFMT=%DART_ROOT%\third_party\pkg_tested\dart_style\bin\format.dart
|
|
|
| -rem DART_CONFIGURATION defaults to ReleaseX64
|
| -if "%DART_CONFIGURATION%"=="" set DART_CONFIGURATION=ReleaseX64
|
| -
|
| -set BUILD_DIR=%DART_ROOT%\out\%DART_CONFIGURATION%
|
| -
|
| -set PACKAGE_ROOT=%BUILD_DIR%\packages
|
| -
|
| -"%DART%" "--package-root=%PACKAGE_ROOT%" "%DARTFMT%" %*
|
| +"%DART%" "%DARTFMT%" %*
|
|
|
| endlocal
|
|
|
|
|