From f37a287bcb71cdf2669c3264d67491f580b2fb95 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Thu, 15 Aug 2024 19:49:54 -0600 Subject: [PATCH] style check fix Signed-off-by: Alfredo Gutierrez --- .../java/com/hedera/block/server/health/HealthService.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/src/main/java/com/hedera/block/server/health/HealthService.java b/server/src/main/java/com/hedera/block/server/health/HealthService.java index 5f433d34a..73e38c23a 100644 --- a/server/src/main/java/com/hedera/block/server/health/HealthService.java +++ b/server/src/main/java/com/hedera/block/server/health/HealthService.java @@ -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 */