From fb4fdf89284c8bac4f3404a1343c7bed41d8e747 Mon Sep 17 00:00:00 2001 From: muxator Date: Sun, 20 Oct 2019 02:59:48 +0200 Subject: [PATCH] formatting: normalized line termination of start.bat Its lines have to be in DOS format (CR/LF). No functional changes. --- start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.bat b/start.bat index 0f6fc5535..dbff7c626 100644 --- a/start.bat +++ b/start.bat @@ -1 +1 @@ -node node_modules\ep_etherpad-lite\node\server.js \ No newline at end of file +node node_modules\ep_etherpad-lite\node\server.js