Remove whitespace

This commit is contained in:
Paul Schaub 2023-09-07 14:47:13 +02:00
parent 472d5c4beb
commit b3f4ba052a
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
}