Skip to content

Commit

Permalink
fied indentation per pull request comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Gordon committed Apr 4, 2014
1 parent 9942131 commit 22fe782
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ function test(title, f, options) {
* @returns {Object} containing the error options
*/
function testCreateDefaultOptions() {
return {
logStackTrace: false,
logTree: true,
logTreeJSON: false,
screenCapture: true
};
return {
logStackTrace: false,
logTree: true,
logTreeJSON: false,
screenCapture: true
};
}

0 comments on commit 22fe782

Please sign in to comment.