Code style improvements (thanks to codebeat.co)

+ bumped Jabit to the feature/refactoring branch
This commit is contained in:
2017-11-23 20:33:00 +01:00
parent dd22caaa50
commit f45f6c3919
4 changed files with 123 additions and 125 deletions

View File

@ -73,7 +73,7 @@ object Drawables {
address.pubkey?.apply {
link.append(if (address.alias == null) '?' else '&')
val pubkey = ByteArrayOutputStream()
writeUnencrypted(pubkey)
writer().writeUnencrypted(pubkey)
link.append("pubkey=").append(Base64.encodeToString(pubkey.toByteArray(), URL_SAFE or NO_WRAP))
}