Skip to content

Commit

Permalink
keep newline between require and logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Aug 28, 2017
1 parent ab24beb commit 73d8bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
```js
const iteratorStream = require('level-iterator-stream')
const leveldown = require('leveldown')

const db = leveldown(__dirname + '/db')
db.open(function (err) {
if (err) throw err
Expand Down

0 comments on commit 73d8bb8

Please sign in to comment.