Skip to content

Commit

Permalink
OCD spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrianj committed Oct 29, 2017
1 parent 8eccdbb commit 4000be3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cache/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1509238737150
1509238927989
8 changes: 4 additions & 4 deletions tests/unit/devices/rss/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ exports.rssControllerTest = {
]}]}},
atomData = { feed : { entry : [
{ title : [{ '_' : 'Test 1'}],
link : [{'$' : { 'href' : 'http://example.com/test1' }}],
link : [{ '$' : { 'href' : 'http://example.com/test1' }}],
summary : [{ '_' : 'This is a test'}],
content : [{ '_' : 'This is a piece of encoded content'}]
},
{ title : [{ '_' : 'Test 2'}],
link : [{'$' : { 'href' : 'http://example.com/test2' }}],
link : [{ '$' : { 'href' : 'http://example.com/test2' }}],
summary : [{ '_' : 'This is another test'}],
content : [{ '_' : 'This is another piece of encoded content'}]
},
{ title : [{ '_' : 'Test 3'}],
link : [{'$' : { 'href' : 'http://example.com/test3' }}],
link : [{ '$' : { 'href' : 'http://example.com/test3' }}],
summary : [{ '_' : 'This is a third test'}],
content : [{ '_' : 'This is a 3rd piece of encoded content'}]
},
{ title : [{ '_' : 'Test 4'}],
link : [{'$' : { 'href' : 'http://example.com/test4' }}],
link : [{ '$' : { 'href' : 'http://example.com/test4' }}],
summary : [{ '_' : 'This is a fourth test'}],
content : [{ '_' : 'This is a fourth piece of encoded content'}]
},
Expand Down

0 comments on commit 4000be3

Please sign in to comment.