Skip to content

Commit

Permalink
Fixing some linting warnings in an FFI JS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Jenkins authored and krisajenkins committed Oct 29, 2020
1 parent 8c95736 commit e74c8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-playground-client/src/Monaco.js
Expand Up @@ -131,7 +131,7 @@ exports.enableEmacsBindings_ = function (editor) {
}

exports.completionItemKindEq_ = function (a, b) {
a == b
return a == b;
}

exports.completionItemKindOrd_ = function (lt, eq, gt, a, b) {
Expand Down

0 comments on commit e74c8e8

Please sign in to comment.