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

Remove unnecessary braces from AuthenticateAPI

This commit is contained in:
Paul Schaub 2023-06-29 18:04:52 +02:00
parent aa854eea0c
commit d9a5d6b926
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -8,6 +8,6 @@ package org.pgpainless.wot.api
* Authenticate a binding.
* A binding is a pair consisting of a certificate and a User ID.
*/
class AuthenticateAPI() {
class AuthenticateAPI {
}