mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +01:00
Add empty lines to API classes
This commit is contained in:
parent
9022e18717
commit
ea5d790091
6 changed files with 10 additions and 6 deletions
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,4 +10,4 @@ package org.pgpainless.wot.api
|
||||||
*/
|
*/
|
||||||
class AuthenticateAPI {
|
class AuthenticateAPI {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
package org.pgpainless.wot.api
|
package org.pgpainless.wot.api
|
||||||
|
|
||||||
class IdentifyAPI {
|
class IdentifyAPI {
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
package org.pgpainless.wot.api
|
package org.pgpainless.wot.api
|
||||||
|
|
||||||
class ListAPI {
|
class ListAPI {
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
package org.pgpainless.wot.api
|
package org.pgpainless.wot.api
|
||||||
|
|
||||||
class LookupAPI {
|
class LookupAPI {
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
package org.pgpainless.wot.api
|
package org.pgpainless.wot.api
|
||||||
|
|
||||||
class PathAPI {
|
class PathAPI {
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue