blob: 1191b9602a6b4e64892bfda4b7ccfe16a54aa26a [file] [log] [blame]
-- gofmt --
package noparse_format //@format("package")
func _() {
f()
}
-- gofmt-d --
--- noparse_format/parse_format.go.orig
+++ noparse_format/parse_format.go
@@ -1,5 +1,5 @@
package noparse_format //@format("package")
func _() {
-f()
-}
\ No newline at end of file
+ f()
+}