Skip to content

Commit

Permalink
Fix style violations introduced by a1b156b
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Jun 13, 2016
1 parent a1b156b commit aa0bda6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/rest.browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ describe('strong-remoting-rest', function() {
},
{
accepts: [
{ arg: 'b', type: 'number', http: {source: 'formData' } },
{ arg: 'a', type: 'number', http: {source: 'formData' } }
{ arg: 'b', type: 'number', http: { source: 'formData' }},
{ arg: 'a', type: 'number', http: { source: 'formData' }},
],
returns: { arg: 'n', type: 'number' },
http: { path: '/' }
http: { path: '/' },
}
);

Expand Down

0 comments on commit aa0bda6

Please sign in to comment.