Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Starr committed Feb 26, 2019
1 parent 18bbbe9 commit 078ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = (store) => {
* @returns {Promise<Integer>}
*/
async get () {
const buf =await this.get(versionKey)
const buf = await this.get(versionKey)
return parseInt(buf.toString().trim(), 10)
},
/**
Expand Down

0 comments on commit 078ac3d

Please sign in to comment.