Skip to content

Commit

Permalink
Use spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
laistomazz committed May 26, 2018
1 parent 324614a commit 4dc95ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ export default new Router({
},
],
scrollBehavior() {
return { x: 0, y: 0 };
},
return { x: 0, y: 0 };
},
});

0 comments on commit 4dc95ec

Please sign in to comment.