Renamed InputStreams from in
and is
to input
, so it doesn't look strange in kotlin
This commit is contained in:
@ -68,7 +68,7 @@ object ContactExport {
|
||||
Factory.readPubkey(
|
||||
version = version,
|
||||
stream = stream,
|
||||
`is` = ByteArrayInputStream(it),
|
||||
input = ByteArrayInputStream(it),
|
||||
length = it.size,
|
||||
encrypted = false
|
||||
)
|
||||
|
Reference in New Issue
Block a user