Skip to content

Commit d7e64d4

Browse files
committed
Another lint fix
1 parent d833d4f commit d7e64d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodes/config/ui_base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function hasProperty (obj, prop) {
3232
* @param {*} msg
3333
* @returns true if other properties found
3434
*/
35-
function hasExtraProps(message) {
35+
function hasExtraProps (message) {
3636
const allowed = ['_msgid', 'ui_update', 'class', 'visible', 'enabled']
3737
const keys = Object.keys(message).filter(key => message[key] !== undefined)
3838

0 commit comments

Comments
 (0)