Skip to content

Commit

Permalink
stylistic fix : line in the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
parhelium committed Aug 27, 2014
1 parent 5ac398f commit d9fc224
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/extensions/errors-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ vows.describe('Validation Array with errors').addBatch({
'Array.of(length, pattern)': {},
'Array.of(minLength, maxLength, pattern)': {},
'Array.like(array)': {}
}).export(module)
}).export(module)
2 changes: 1 addition & 1 deletion test/extensions/errors-boolean.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ vows.describe('Validation Boolean with errors').addBatch({

}
}
}).export(module)
}).export(module)
2 changes: 1 addition & 1 deletion test/extensions/errors-number.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ vows.describe('Validation Number with errors').addBatch({
assert(!result, printTestResult(5, result))
}
}
}).export(module)
}).export(module)
2 changes: 1 addition & 1 deletion test/extensions/errors-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ vows.describe('Validation Object with errors').addBatch({
assert(result == false, printTestResult(input, result))
}
}
}).export(module)
}).export(module)
2 changes: 1 addition & 1 deletion test/extensions/errors-reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ vows.describe('Validation Reference with errors').addBatch({
}
}
}
}).export(module)
}).export(module)
2 changes: 1 addition & 1 deletion test/printTestResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module.exports = function (input, errors, schema){
"","Input:",JSON.stringify(input, null, 2),
"","Errors:",JSON.stringify(errors, null,2)
].join("\n")
}
}

0 comments on commit d9fc224

Please sign in to comment.