From a62fef46a04922ae6aa6d0abe462ce96aa746225 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 26 Oct 2019 03:12:25 +0300 Subject: [PATCH] chore(io) lint --- client/dom/io.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/dom/io.js b/client/dom/io.js index 8bd1ffa8..f47ccd62 100644 --- a/client/dom/io.js +++ b/client/dom/io.js @@ -36,7 +36,9 @@ module.exports.delete = promisify((url, data, callback) => { url : FS + url, data, callback, - imgPosition : { top: !!data }, + imgPosition : { + top: !!data, + }, }); });