mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint fix
This commit is contained in:
parent
455faece9e
commit
a88e436b7d
@ -34,5 +34,5 @@ module.exports = class ExtensionStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function isEmpty(obj) {
|
function isEmpty(obj) {
|
||||||
return 0 === Object.keys(obj).length
|
return Object.keys(obj).length === 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user