Skip to content

Commit

Permalink
Adding newline to end of test files, makes for cleaner diffs in the f…
Browse files Browse the repository at this point in the history
…uture.
  • Loading branch information
mikeal committed Jan 30, 2011
1 parent 01371d7 commit 560dadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-body.js
Expand Up @@ -97,4 +97,4 @@ for (i in tests) {
})
counter++;
})()
}
}
2 changes: 1 addition & 1 deletion tests/test-errors.js
Expand Up @@ -25,4 +25,4 @@ try {
assert.fail("Should have throw")
} catch(e) {
assert.equal(e.message, 'Body attribute missing in multipart.')
}
}

0 comments on commit 560dadd

Please sign in to comment.