Use tabs instead of spaces to be consistent with style guide

pull/1886/head
Zhengnan Zhao 2021-05-30 18:08:31 -04:00
parent 4115c3a732
commit 45c15470bd
1 changed files with 2 additions and 2 deletions

View File

@ -197,9 +197,9 @@ function gdv() {
function gcom() { function gcom() {
if git branch | grep -q main; then if git branch | grep -q main; then
git checkout main git checkout main
else else
git checkout master git checkout master
fi fi
} }