소스 검색

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() {