From 6fbd0d87359a4cf2ddc6285db4763314052beb39 Mon Sep 17 00:00:00 2001 From: Paul Gascou-Vaillancourt Date: Thu, 11 Oct 2018 21:02:13 -0400 Subject: [PATCH] style: Code style --- src/helpers/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/routes.js b/src/helpers/routes.js index 45f458d48..baa624fb6 100644 --- a/src/helpers/routes.js +++ b/src/helpers/routes.js @@ -91,7 +91,7 @@ exports.makeRoutes = (baseRoutes, { ) if (locale === defaultLocale && strategy === STRATEGIES.PREFIX_AND_DEFAULT) { - routes.push({...localizedRoute, path}) + routes.push({ ...localizedRoute, path }) } if (shouldAddPrefix) {