format code

Signed-off-by: kakulisen <18813972746@163.com>
diff --git a/toolkit-maven-plugin/src/test/java/org/apache/servicecomb/toolkit/plugin/InvokeStaticMethodTest.java b/toolkit-maven-plugin/src/test/java/org/apache/servicecomb/toolkit/plugin/InvokeStaticMethodTest.java
index a514491..74f3430 100755
--- a/toolkit-maven-plugin/src/test/java/org/apache/servicecomb/toolkit/plugin/InvokeStaticMethodTest.java
+++ b/toolkit-maven-plugin/src/test/java/org/apache/servicecomb/toolkit/plugin/InvokeStaticMethodTest.java
@@ -191,8 +191,7 @@
     try {
       testGenerateMojoResources.execute();
 
-      fail(
-          "Run 'testGenerateMojoInvokeGenerateUtilGenerateDocument' failed, expected to occur RuntimeException but not");
+      fail("Run 'testGenerateMojoInvokeGenerateUtilGenerateDocument' failed, expected to occur RuntimeException but not");
     } catch (RuntimeException e) {
       assertEquals("Failed to generate document", e.getMessage());
       assertThat(e.getCause().toString(), containsString("IOException"));
@@ -203,8 +202,7 @@
     try {
       testGenerateMojoResources.execute();
 
-      fail(
-          "Run 'testGenerateMojoInvokeGenerateUtilGenerateDocument' failed, expected to occur RuntimeException but not");
+      fail("Run 'testGenerateMojoInvokeGenerateUtilGenerateDocument' failed, expected to occur RuntimeException but not");
     } catch (RuntimeException e) {
       assertEquals("Failed to generate document", e.getMessage());
       assertThat(e.getCause().toString(), containsString("RuntimeException"));