Skip to content

Commit

Permalink
style: code eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeng-J committed Apr 15, 2022
1 parent b78d772 commit 62d2d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ace/ext/language_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ var transformSnippetTooltip = function(str) {
return (record[p1] = p3 || '');
}).replace(/\$(\d+?)/g, function (_, p1) {
return record[p1];
})
}
});
};

var snippetCompleter = {
getCompletions: function(editor, session, pos, prefix, callback) {
Expand Down

0 comments on commit 62d2d1a

Please sign in to comment.