From 8ea4f8e3e5bfd414380c369ad66f924066e789f7 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 24 Jun 2019 14:01:44 +0530 Subject: [PATCH] refactor/rename: remove extraneous space Fixes golang/go#27573 Change-Id: I484878c612c50009316bc7d03e4157b455421236 Reviewed-on: https://go-review.googlesource.com/c/tools/+/183577 Reviewed-by: Ian Cottrell --- refactor/rename/rename.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refactor/rename/rename.go b/refactor/rename/rename.go index 19b749e6..3651c62b 100644 --- a/refactor/rename/rename.go +++ b/refactor/rename/rename.go @@ -90,7 +90,7 @@ affected. For a local renaming, this is just the package specified by the workspace ($GOROOT and $GOPATH). gorename rejects renamings of concrete methods that would change the -assignability relation between types and interfaces. If the interface +assignability relation between types and interfaces. If the interface change was intentional, initiate the renaming at the interface method. gorename rejects any renaming that would create a conflict at the point