Skip to content

Commit

Permalink
[tidy] New line before displaying tmp_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
musq committed Apr 4, 2019
1 parent 7ab884e commit 3d10028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ show_diff() {
printf "${CYAN} local ┃ remote ┃ file\n" > "$tmp_dir/hr-local-remote"
printf "${CYAN}━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━━━━━━\n" >> "$tmp_dir/hr-local-remote"

printf "TMP_DIR: %s\n\n" $tmp_dir
printf "\nTMP_DIR: %s\n\n" $tmp_dir

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit 3d10028

Please sign in to comment.