Skip to content

Commit 295fb5f

Browse files
committed
style: apply eslint fixes
1 parent b9e448f commit 295fb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resource/ResourceBuilder.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test('should not add relationship methods for non-existing relationships', () =>
8888
},
8989
moreRel: {
9090
data: [
91-
{id: 'first', type: 'more-rel'}, {id: 'second', type: 'more-rel'}
91+
{ id: 'first', type: 'more-rel' }, { id: 'second', type: 'more-rel' }
9292
]
9393
},
9494
noSingleRel: {

0 commit comments

Comments
 (0)