1
0
mirror of https://github.com/rapidsai/cudf.git synced 2021-11-08 00:24:56 +03:00

Github-flavored MarkDown likes the 5-space indent best

This commit is contained in:
ptaylor
2019-06-19 21:37:48 -07:00
parent 98951b9742
commit 9c6cd1779c

View File

@@ -80,7 +80,8 @@ fi
}
echo "<details><summary>Click here to see environment details</summary><pre>"
echo " "
print_env | while read -r line; do
echo " $line"
echo " $line"
done
echo "</pre></details>"