ソースを参照

Don't need that extra newline creeping into the body

Joe Ceresini 7 年 前
コミット
e174dfe1b7
1 ファイル変更1 行追加1 行削除
  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() {