Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yarnieee committed Nov 24, 2022
1 parent a3b6f13 commit 3587850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pronounTryouts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ function newMessage {
exit

elif [ "$response" = "x" ]; then
echo "$name" "$pron" "$sub" "$obj" "$pod" "$pop" "$ref"
echo " " "$name" "$pron" "$sub" "$obj" "$pod" "$pop" "$ref"
function editprn {
echo "Edit pronouns? [y/n]"
echo " Edit pronouns? [y/n]"
read -r edit
if [ "$edit" = "y" ]; then
getprns
Expand Down

0 comments on commit 3587850

Please sign in to comment.