Remove whitespace

This commit is contained in:
Paul Schaub 2023-09-07 14:47:13 +02:00
parent b00500a119
commit 4f35662fb0
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
package org.pgpainless.key.generation.type
interface KeyLength {
fun getLength(): Int
}