aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth.js')
-rw-r--r--lib/auth.js2
1 files changed, 1 insertions, 1 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
+};