1
0
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:
David R. Jenni 2016-11-04 20:00:22 +01:00 committed by Alan Donovan
parent 6e7ee5a9ec
commit cc429c273c

View File

@ -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(),
},