Skip to content

Commit 352f143

Browse files
committed
Merge pull request #13367 from seanjohnson08/master
Remove extra whitespace from FEATURES.md
2 parents 1c5e6bb + 1c77b90 commit 352f143

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

FEATURES.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ for a detailed explanation.
3535

3636
Deprecates `Route#serialize` and introduces a `serialize` option to the router DSL as a replacement (as per the [Route Serializers RFC](https://github.com/emberjs/rfcs/blob/master/text/0120-route-serializers.md)).
3737

38-
* `ember-runtime-computed-uniq-by`
38+
* `ember-runtime-computed-uniq-by`
3939

40-
Introduces a computed and enumerable method "uniqBy" that allows creation of a new enumerable with unique values as determined by the given property key.
40+
Introduces a computed and enumerable method "uniqBy" that allows creation of a new enumerable with unique values as determined by the given property key.
4141

42-
Example:
42+
Example:
4343

44-
```
45-
comments: [
46-
{id: 1, comment: 'I\'m a duplicate comment!'},
47-
{id: 2, comment: 'Then you should be fixed!'},
48-
{id: 1, comment: 'I\'m a duplicate comment!'}
49-
],
50-
dedupedComments: Ember.computed.uniqBy('comments', 'id')
51-
```
44+
```
45+
comments: [
46+
{id: 1, comment: 'I\'m a duplicate comment!'},
47+
{id: 2, comment: 'Then you should be fixed!'},
48+
{id: 1, comment: 'I\'m a duplicate comment!'}
49+
],
50+
dedupedComments: Ember.computed.uniqBy('comments', 'id')
51+
```
5252

5353
* `ember-improved-instrumentation`
5454

0 commit comments

Comments
 (0)