Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
variadicintegrity committed Jul 20, 2017
1 parent d72342a commit 3fb7a43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/gatsby/src/cache-dir/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ function shouldUpdateScroll(prevRouterProps, { location: { pathname } }) {
return true
}

let noMatch;
for(let i = 0; i < paths.length; i++) {
if(paths[i].path === `/dev-404-page/`) {
noMatch = paths[i];
break;
}
let noMatch
for (let i = 0; i < paths.length; i++) {
if (paths[i].path === `/dev-404-page/`) {
noMatch = paths[i]
break
}
}

const addNotFoundRoute = () => {
Expand Down

0 comments on commit 3fb7a43

Please sign in to comment.