Skip to content

Commit 787862e

Browse files
committed
Adds whitespace before return in team route
1 parent 1635dd5 commit 787862e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/routes/team.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default Ember.Route.extend({
1616

1717
model(params) {
1818
const { team_id } = params;
19+
1920
return this.store.find('team', team_id).then(
2021
(team) => {
2122
params.team_id = team.get('id');

0 commit comments

Comments
 (0)