1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 21:14:49 +02:00

Add empty lines to API classes

This commit is contained in:
Paul Schaub 2023-07-03 17:07:21 +02:00
parent 9022e18717
commit ea5d790091
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()
}
}
}

View file

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

View file

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

View file

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

View file

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

View file

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