aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/auth.js2
-rw-r--r--lib/consul.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/auth.js b/lib/auth.js
index 9ddd7b3..901f318 100644
--- a/lib/auth.js
+++ b/lib/auth.js
@@ -62,4 +62,4 @@ exports.checkAuth = function(req, res, next) {
else {
next(); // Nothing to do, no authentication required
}
-}; \ No newline at end of file
+};
diff --git a/lib/consul.js b/lib/consul.js
index 32f38c6..40de84b 100644
--- a/lib/consul.js
+++ b/lib/consul.js
@@ -59,4 +59,4 @@ module.exports = {
});
});
}
-}; \ No newline at end of file
+};