Use correct multi-line statement formatting
This commit is contained in:
parent
91825d11fd
commit
80ed34f3e7
|
@ -60,7 +60,10 @@ function updateLintReport(cm, delay) {
|
|||
return;
|
||||
}
|
||||
if (delay > 0) {
|
||||
setTimeout(cm => { cm.performLint(); update(cm); }, delay, cm);
|
||||
setTimeout(cm => {
|
||||
cm.performLint();
|
||||
update(cm);
|
||||
}, delay, cm);
|
||||
return;
|
||||
}
|
||||
// eslint-disable-next-line no-var
|
||||
|
|
Loading…
Reference in New Issue
Block a user