Browse Source

Don't need that extra newline creeping into the body

Joe Ceresini 7 years ago
parent
commit
e174dfe1b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contains_all_chars.sh

+ 1 - 1
contains_all_chars.sh

@@ -14,7 +14,7 @@ http_response() {
 	for h in "${headers[@]}"; do
 		echo $h
 	done
-	echo -n -e "\n\n"
+	echo -n -e "\n"
 }
 
 send_response() {