From: Kunpei Sakai Date: Wed, 7 Mar 2018 16:51:09 +0000 (+0900) Subject: cmd/compile: go fmt X-Git-Tag: go1.11beta1~1306 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ed8b7a778573727da7362d2107050058fb07bf0b;p=gostls13.git cmd/compile: go fmt Change-Id: I2eae33928641c6ed74badfe44d079ae90e5cc8c8 Reviewed-on: https://go-review.googlesource.com/99195 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/cmd/compile/internal/ssa/cache.go b/src/cmd/compile/internal/ssa/cache.go index 46edcc25d9..e149f6a4c5 100644 --- a/src/cmd/compile/internal/ssa/cache.go +++ b/src/cmd/compile/internal/ssa/cache.go @@ -46,4 +46,3 @@ func (c *Cache) Reset() { } } -