mirror of
https://github.com/golang/go
synced 2024-11-18 08:54:45 -07:00
x/tools/cmd/guru: gofmt -s -w
Change-Id: Idf3d1865b0c349ad45d983fac1c52e7729bf0069 Reviewed-on: https://go-review.googlesource.com/32793 Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
6e7ee5a9ec
commit
cc429c273c
@ -240,7 +240,7 @@ func (r *calleesTypesResult) JSON(fset *token.FileSet) []byte {
|
||||
Desc: "static function call",
|
||||
}
|
||||
j.Callees = []*serial.Callee{
|
||||
&serial.Callee{
|
||||
{
|
||||
Name: r.callee.FullName(),
|
||||
Pos: fset.Position(r.callee.Pos()).String(),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user