cosmetics: whitespace

This commit is contained in:
fabian 2023-03-05 15:13:08 +01:00
parent a44879dfb9
commit 8dd5e34e4d

View File

@ -12,7 +12,7 @@
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
. "$HOME/.bashrc"
fi
fi