From 4a705c7f97853bf8572db67d9bababc486eb99c6 Mon Sep 17 00:00:00 2001 From: rammmukul Date: Tue, 3 Apr 2018 11:34:42 +0530 Subject: [PATCH] fix end of line descrepency unix uses LF as line terminator whereas windows uses CRLF, which leads to failing static file handler test case. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index b448801..52a9ad5 100644 --- a/public/index.html +++ b/public/index.html @@ -1 +1 @@ -

hello world

+

hello world

\ No newline at end of file