1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-27 18:19:34 +02:00

Remove unnecessary braces from AuthenticateAPI

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

View file

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