Skip to content

Commit 2a1846b

Browse files
rwjbluemuziejus
andauthored
Update guides/release/services/services.md
Co-Authored-By: muziejus <[email protected]>
1 parent e58c9c4 commit 2a1846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/services/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default class CartContentsComponent extends Component {
100100
@computed
101101
get cart() {
102102
return getOwner(this).lookup('service:shopping-cart');
103-
})
103+
}
104104
};
105105
```
106106

0 commit comments

Comments
 (0)