From deff30f0796063265523718b58f936af16eae349 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 9 Mar 2018 03:31:04 +0000 Subject: [PATCH] Removed trailing whitespace --- config/routes/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes/account.js b/config/routes/account.js index e2b73b1..85b53dc 100644 --- a/config/routes/account.js +++ b/config/routes/account.js @@ -165,5 +165,5 @@ router.route('/password/:token') } }) - + module.exports = router