Skip to content

Commit 078ac3d

Browse files
author
Zane Starr
committed
Fix spacing
1 parent 18bbbe9 commit 078ac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = (store) => {
2222
* @returns {Promise<Integer>}
2323
*/
2424
async get () {
25-
const buf =await this.get(versionKey)
25+
const buf = await this.get(versionKey)
2626
return parseInt(buf.toString().trim(), 10)
2727
},
2828
/**

0 commit comments

Comments
 (0)