@@ -1,12 +1,11 @@
 ## This file is a poorly formatted WDL file
-## The intention of this test is to show how the format --check command will just output 
+## The intention of this test is to show how the format --check command will just output
 ## how it would format the WDL file in stdout without overwriting the file
-
-    version 1.2
 
+version 1.2
 
 workflow test {
-                            input {
-            Int x
-        }
-}
\ No newline at end of file
+    input {
+        Int x
+    }
+}
error: aborting due to previous 1 diagnostic
