Skip to content

Commit 4e1d7f6

Browse files
fix formatting
1 parent 67af203 commit 4e1d7f6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/browser.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -504,19 +504,19 @@ describe('Hash routing', function() {
504504

505505
render: function() {
506506
return Router.Locations({ref: 'router', hash: true, className: 'App'},
507-
Router.Location({
508-
path: '/',
509-
handler: function(props) {
510-
return Router.Link({ref: 'link', href: '/hello'}, 'mainpage');
511-
}
512-
}),
513-
Router.Location({
514-
path: '/:slug',
515-
handler: function(props) {
516-
return div(null, props.slug);
517-
}
518-
})
519-
);
507+
Router.Location({
508+
path: '/',
509+
handler: function(props) {
510+
return Router.Link({ref: 'link', href: '/hello'}, 'mainpage');
511+
}
512+
}),
513+
Router.Location({
514+
path: '/:slug',
515+
handler: function(props) {
516+
return div(null, props.slug);
517+
}
518+
})
519+
);
520520
}
521521
});
522522

0 commit comments

Comments
 (0)