Fix formatting during build after merging #1107

This may not be related to #1107, but found while building that PR.
diff --git a/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java b/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java
index b69fffb..606292f 100644
--- a/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java
+++ b/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java
@@ -69,8 +69,8 @@
    * <p>
    * If a loader executed via {@link #execute(Loader)} or {@link #execute(String, Loader)} threw an
    * exception then this method will throw an exception. Exceptions thrown by loaders executed using
-   * {@link #submit(Loader)} or {@link #submit(String, Loader)} will never cause this method to throw
-   * an exception.
+   * {@link #submit(Loader)} or {@link #submit(String, Loader)} will never cause this method to
+   * throw an exception.
    */
   @Override
   void close();