lint: Run eslint --fix

This commit is contained in:
Richard Hansen 2022-02-21 00:36:14 -05:00
parent 8eb310854d
commit c8211f2898
9 changed files with 23 additions and 23 deletions

View file

@ -1855,7 +1855,7 @@ function Ace2Inner(editorInfo, cssManagers) {
};
const analyzeChange = (
oldText, newText, oldAttribs, newAttribs, optSelStartHint, optSelEndHint) => {
oldText, newText, oldAttribs, newAttribs, optSelStartHint, optSelEndHint) => {
// we need to take into account both the styles attributes & attributes defined by
// the plugins, so basically we can ignore only the default line attribs used by
// Etherpad