Selaa lähdekoodia

Don't need that extra newline creeping into the body

Joe Ceresini 7 vuotta sitten
vanhempi
commit
e174dfe1b7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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() {