Reformat with GJF

Change-Id: I5e476d79c33f3e2b9bb45f3f9ea0396b20072854
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationFileBasedConfig.java b/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationFileBasedConfig.java
index 24c4b3d..85ffe34 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationFileBasedConfig.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/replication/ReplicationFileBasedConfig.java
@@ -248,7 +248,8 @@
             inFlight, pending);
         Thread.sleep(destination.getReplicationDelaySeconds());
       } catch (InterruptedException ie) {
-        logger.atWarning().withCause(ie).log("Wait for replication events to drain has been interrupted");
+        logger.atWarning().withCause(ie).log(
+            "Wait for replication events to drain has been interrupted");
       }
       pending = destination.getQueueInfo().pending.size();
       inFlight = destination.getQueueInfo().inFlight.size();