Auto-format source code using gjf 1.24.0

Change-Id: I84656f4291ee311fd7c7a1b4b9c5b9fa07db2711
diff --git a/src/main/java/com/googlesource/gerrit/plugins/healthcheck/check/ChangesIndexHealthCheck.java b/src/main/java/com/googlesource/gerrit/plugins/healthcheck/check/ChangesIndexHealthCheck.java
index 3267469..324ec70 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/healthcheck/check/ChangesIndexHealthCheck.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/healthcheck/check/ChangesIndexHealthCheck.java
@@ -83,7 +83,8 @@
             getChangesLockFiles(sitePaths.index_dir, String.format("changes_%04d", newVersion)));
     if (!changes.compareAndSet(changes.get(), newLockFiles)) {
       log.info(
-          "New version {} of changes index healthcheck lock files was set already by another thread",
+          "New version {} of changes index healthcheck lock files was set already by another"
+              + " thread",
           newVersion);
     } else {
       log.info(
@@ -99,7 +100,8 @@
     boolean isLucene = indexType.isLucene();
     if (!isLucene) {
       log.warn(
-          "Configured index type [{}] is not supported for index health check therefore it is disabled.",
+          "Configured index type [{}] is not supported for index health check therefore it is"
+              + " disabled.",
           indexType);
     }
     return isLucene;