Skip to content

Commit

Permalink
style check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 16, 2024
1 parent 6e23be4 commit f37a287
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ public interface HealthService extends HttpService {
void handleLiveness(ServerRequest req, ServerResponse res);

/**
* Handles the request for readiness endpoint, that it most be defined on routing implementation.
* Handles the request for readiness endpoint, that it most be defined on routing
* implementation.
*
* @param req the server request
* @param res the server response
*/
Expand Down

0 comments on commit f37a287

Please sign in to comment.