From 1f49788f213d9c3914d56d114fc7aed42a0d1fb5 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 31 Jul 2018 23:00:28 -0400 Subject: [PATCH] fix 'No newline at end of file' --- ReactNativeClient/lib/MdToHtml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactNativeClient/lib/MdToHtml.js b/ReactNativeClient/lib/MdToHtml.js index 5328cdfec6..5f58635e9b 100644 --- a/ReactNativeClient/lib/MdToHtml.js +++ b/ReactNativeClient/lib/MdToHtml.js @@ -603,4 +603,4 @@ class MdToHtml { } -module.exports = MdToHtml; \ No newline at end of file +module.exports = MdToHtml;