mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-14 00:12:06 +01:00
Add empty lines to API classes
This commit is contained in:
parent
eeb782398b
commit
5d15a18e6b
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()
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ package org.pgpainless.wot.api
|
|||
*/
|
||||
class AuthenticateAPI {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
package org.pgpainless.wot.api
|
||||
|
||||
class IdentifyAPI {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
package org.pgpainless.wot.api
|
||||
|
||||
class ListAPI {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
package org.pgpainless.wot.api
|
||||
|
||||
class LookupAPI {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
package org.pgpainless.wot.api
|
||||
|
||||
class PathAPI {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue