From 988567fe82bf773750081d9ee0a5009ac5fa1dc0 Mon Sep 17 00:00:00 2001 From: Joe Martella Date: Tue, 12 Jan 2016 18:07:58 -0800 Subject: [PATCH] :apple: Fix line endings issue. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 089787a..175f334 100644 --- a/app.js +++ b/app.js @@ -145,4 +145,4 @@ function getEmoji() { return ':' + result + ': '; } } -} \ No newline at end of file +}