1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-11 03:09:41 +02:00

Checkstyle issues

This commit is contained in:
Paul Schaub 2025-07-30 13:25:09 +02:00
parent 19a750e4b5
commit 801766ce04
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 2 additions and 4 deletions

View file

@ -28,7 +28,6 @@ class ArmorImpl(private val api: PGPainless) : Armor {
val bufferedOutputStream = BufferedOutputStream(outputStream)
// Determine the nature of the given data
val openPgpIn =
OpenPGPAnimalSnifferInputStream(data, false).apply {
try {