From 24891206200f46c9cbad063fc096a391280cc2c4 Mon Sep 17 00:00:00 2001 From: Craine Runton Date: Wed, 3 Aug 2016 17:47:36 -0600 Subject: [PATCH] Newline at end of monitored_hosts.js --- node_app/monitored_hosts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_app/monitored_hosts.js b/node_app/monitored_hosts.js index 86becc4..e264f2f 100644 --- a/node_app/monitored_hosts.js +++ b/node_app/monitored_hosts.js @@ -9,4 +9,4 @@ var hosts = [ 'example.dev', 'vsaq.dev' ]; -module.exports = hosts; \ No newline at end of file +module.exports = hosts;