1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-28 22:44:50 +02:00

Add empty lines to API classes

This commit is contained in:
Paul Schaub 2023-07-03 17:07:21 +02:00
parent eeb782398b
commit 5d15a18e6b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 10 additions and 6 deletions

View file

@ -107,4 +107,4 @@ class KeyRingCertificateStore(baseKeyRing: PGPPublicKeyRingCollection) : PGPCert
return certificates.values.map { it.fingerprint }.toMutableList().listIterator() return certificates.values.map { it.fingerprint }.toMutableList().listIterator()
} }
} }

View file

@ -10,4 +10,4 @@ package org.pgpainless.wot.api
*/ */
class AuthenticateAPI { class AuthenticateAPI {
} }

View file

@ -5,4 +5,5 @@
package org.pgpainless.wot.api package org.pgpainless.wot.api
class IdentifyAPI { class IdentifyAPI {
}
}

View file

@ -5,4 +5,5 @@
package org.pgpainless.wot.api package org.pgpainless.wot.api
class ListAPI { class ListAPI {
}
}

View file

@ -5,4 +5,5 @@
package org.pgpainless.wot.api package org.pgpainless.wot.api
class LookupAPI { class LookupAPI {
}
}

View file

@ -5,4 +5,5 @@
package org.pgpainless.wot.api package org.pgpainless.wot.api
class PathAPI { class PathAPI {
}
}