You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
eslint --fix for dangley commas on function calls
This commit is contained in:
@@ -88,7 +88,7 @@ module.exports.setTimeout = function(func, delayMs) {
|
||||
const idx = binarySearch(
|
||||
_callbackList, function(el) {
|
||||
return el.runAt - runAt;
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
_callbackList.splice(idx, 0, data);
|
||||
|
||||
Reference in New Issue
Block a user