Some eslint fixes

This commit is contained in:
David Carley
2022-09-05 10:30:42 +00:00
parent cae5ccd7b7
commit 135b46df23
17 changed files with 36 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ function _msg_equal(a, b) {
return a.level == b.level
&& a.source == b.source
&& a.where == b.where
&&a.msg == b.msg;
&& a.msg == b.msg;
}
// Shared among all instances