mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00: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",
|
Desc: "static function call",
|
||||||
}
|
}
|
||||||
j.Callees = []*serial.Callee{
|
j.Callees = []*serial.Callee{
|
||||||
&serial.Callee{
|
{
|
||||||
Name: r.callee.FullName(),
|
Name: r.callee.FullName(),
|
||||||
Pos: fset.Position(r.callee.Pos()).String(),
|
Pos: fset.Position(r.callee.Pos()).String(),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user