Commit 48b1e6bc authored by Shenghou Ma's avatar Shenghou Ma Committed by Minux Ma

test: gofmt fixedbugs/issue10975.go

Change-Id: I772d1bc3e394cdd707f210f2aaff77100d299e24
Reviewed-on: https://go-review.googlesource.com/15380Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent cfb116d4
...@@ -16,4 +16,3 @@ type I interface { ...@@ -16,4 +16,3 @@ type I interface {
func New() I { func New() I {
return struct{}{} return struct{}{}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment