Skip to content

Commit 9b630d9

Browse files
committed
Get rid of double newline
1 parent da76bb9 commit 9b630d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flat-file-adapter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const promise = require('promise')
33

44
const db = flatfile.sync(process.env.DB_NAME || 'views.db')
55

6-
76
module.exports = {
87
put: promise.denodeify(db.put.bind(db)),
98

0 commit comments

Comments
 (0)