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 65e7a6f commit bf8d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ticktick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ if [[ $__tick_var_tokenized ]]; then
i) indent="" ;;
l) sup_ln_number=yes ;;
n) sup_trailing_nl=yes ;;
esac
done
esac
done

[[ -z "$sup_ln_number" ]] && echo "@ Line `caller | sed s/\ NULL//`:"
set | sed -nr /^__tick_data_/s/^__tick_data_/"$indent"/p
Expand Down

0 comments on commit bf8d534

Please sign in to comment.