Skip to content

Commit 90e068d

Browse files
committed
fix indentation
Signed-off-by: Yang Hongbo <[email protected]>
1 parent b723433 commit 90e068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-new-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ cargo_filename() {
100100
}
101101

102102
download_files() {
103-
if [ x"$TARGET_VERSION" == x"nightly" -a "$NIGHTLY_DATE" ]; then
103+
if [ x"$TARGET_VERSION" == x"nightly" -a "$NIGHTLY_DATE" ]; then
104104
download "https://static.rust-lang.org/dist/$NIGHTLY_DATE/$CHANNEL_FILE"
105105
else
106106
download "https://static.rust-lang.org/dist/$CHANNEL_FILE"

0 commit comments

Comments
 (0)