diff --git a/src/StyleTest.java b/src/StyleTest.java
index 1b838f0..4353950 100644
--- a/src/StyleTest.java
+++ b/src/StyleTest.java
@@ -1,11 +1,9 @@
 // You should remove this file once the test have been passed
 
-
 public class StyleTest {
     public static void main(String[] args) {
-        if (true) 
-            System.out.println("Hello, google java style format!");
-        
+        if (true) System.out.println("Hello, google java style format!");
+
         System.out.println("Hello, google java style format!");
     }
 }