Skip to content

Commit a358590

Browse files
committed
fix indentation
1 parent 7f3a298 commit a358590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ find_sysroot() {
3333
export XARGO_RUST_SRC="$SYSROOT/../../../src"
3434
build_sysroot --target "$MIRI_TEST_TARGET"
3535
else
36-
# Assume we have a proper host libstd in $SYSROOT.
37-
true
36+
# Assume we have a proper host libstd in $SYSROOT.
37+
true
3838
fi
3939
else
4040
# We have to build a sysroot either way.

0 commit comments

Comments
 (0)