mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 05:02:54 +00:00
chore(cloudcmd) lint: no-multi-spaces
This commit is contained in:
parent
d3ecafe0ea
commit
62e2ca2a64
28 changed files with 78 additions and 72 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue