SQLDialect: Format with google-java-format

Change-Id: I34a7d023d3d382e09043592d69941824def65c76
diff --git a/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java b/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java
index 48c246a..10df147 100644
--- a/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java
+++ b/src/main/java/com/ericsson/gerrit/plugins/eventslog/sql/SQLDialect.java
@@ -21,9 +21,8 @@
   POSTGRESQL;
 
   /**
-   * This attempts to determine the SQL dialect from the JDBC URL.
-   * If the URL does not match one of the supported dialects, then
-   * H2 will be returned by default.
+   * This attempts to determine the SQL dialect from the JDBC URL. If the URL does not match one of
+   * the supported dialects, then H2 will be returned by default.
    *
    * @param jdbcUrl The JDBC URL.
    * @return The dialect for the JDBC URL.