chore(cloudcmd) lint: no-multi-spaces

This commit is contained in:
coderaiser 2019-02-08 15:47:05 +02:00
parent d3ecafe0ea
commit 62e2ca2a64
28 changed files with 78 additions and 72 deletions

View file

@ -17,7 +17,7 @@ function BufferProto() {
const CUT = 'cut';
const TITLE = 'Buffer';
const Buffer = {
const Buffer = {
cut : callIfEnabled.bind(null, cut),
copy : callIfEnabled.bind(null, copy),
clear : callIfEnabled.bind(null, clear),