From e1de67266cedd3799016ee731a0d85fadd97a170 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 14 Mar 2022 09:40:34 +0000 Subject: [PATCH] Cleanup extra newline --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 4ef3bd3..7ad294f 100644 --- a/app.js +++ b/app.js @@ -15,7 +15,6 @@ const DatabaseConnectionPool = require('./lib/DatabaseConnectionPool'); const hbsHelpers = require('./lib/handlebarsHelpers.js'); const importJSON = require('./lib/importJSON'); - /** * loadRoutes() Loads all of the routes from /routers into a map *