From 078ac3d8db889f6d414b2fc636732031528ed7f3 Mon Sep 17 00:00:00 2001 From: Zane Starr Date: Tue, 26 Feb 2019 10:55:26 -0800 Subject: [PATCH] Fix spacing --- src/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.js b/src/version.js index 49b7dc73..448982cd 100644 --- a/src/version.js +++ b/src/version.js @@ -22,7 +22,7 @@ module.exports = (store) => { * @returns {Promise} */ async get () { - const buf =await this.get(versionKey) + const buf = await this.get(versionKey) return parseInt(buf.toString().trim(), 10) }, /**