Skip to content

Commit

Permalink
standard: fix newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Oct 11, 2017
1 parent 6a4145d commit 06902e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion level.js
@@ -1 +1 @@
module.exports = require('level-packager')(require('leveldown'))
module.exports = require('level-packager')(require('leveldown'))
2 changes: 1 addition & 1 deletion test.js
@@ -1 +1 @@
require('level-packager/test')(require('tape'), require('./'))
require('level-packager/test')(require('tape'), require('./'))

0 comments on commit 06902e3

Please sign in to comment.