run prettier

This commit is contained in:
Lee Salminen
2022-07-05 16:16:46 -06:00
parent aa51d85d65
commit 94e4495026
5 changed files with 72 additions and 68 deletions
+2 -2
View File
@@ -356,7 +356,7 @@ window.windowMixin = {
}
this.g.allowedThemes = window.allowedThemes ?? ['bitcoin']
addEventListener('offline', event => {
addEventListener('offline', event => {
this.g.offline = true
})
@@ -442,4 +442,4 @@ window.decryptLnurlPayAES = function (success_action, preimage) {
let decoder = new TextDecoder('utf-8')
return decoder.decode(valueb)
})
}
}