Skip to content

Commit

Permalink
style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed May 22, 2020
1 parent 388552b commit 65e7a6f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ticktick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -441,15 +441,9 @@ if [[ $__tick_var_tokenized ]]; then
ENDHELP
exit 0
;;
i)
indent=""
;;
l)
sup_ln_number=yes
;;
n)
sup_trailing_nl=yes
;;
i) indent="" ;;
l) sup_ln_number=yes ;;
n) sup_trailing_nl=yes ;;
esac
done

Expand Down

0 comments on commit 65e7a6f

Please sign in to comment.