Skip to content

Commit

Permalink
style: Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgv committed Oct 12, 2018
1 parent 6709e8a commit 6fbd0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/routes.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 6fbd0d8

Please sign in to comment.