1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-14 00:12:06 +01:00

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

View file

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