fix: Trailing whitespace

This commit is contained in:
mcmah309
2024-01-02 03:40:00 -05:00
parent 0a29d8368f
commit 8451baefee
@@ -78,7 +78,7 @@ in
export LIBARCHIVE=${libarchive.lib}/lib/libarchive.so
# Allows `conda activate` to work properly
condaSh=${installationPath}/etc/profile.d/conda.sh
if [ ! -f $condaSh ]; then
if [ ! -f $condaSh ]; then
conda-install
fi
source $condaSh