Skip to content

Commit

Permalink
go/callgraph/vta: fix package doc
Browse files Browse the repository at this point in the history
A blank line prevented go doc from picking up the package doc.

Change-Id: I40ddb95d0e38ee0809a852205f399d18f9d68be3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/391514
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
  • Loading branch information
hyangah committed Mar 10, 2022
1 parent 1670aad commit 7b442e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/callgraph/vta/vta.go
Expand Up @@ -51,7 +51,6 @@
// it may have. This information is then used to construct the call graph.
// For each unresolved call site, vta uses the set of types and functions
// reaching the node representing the call site to create a set of callees.

package vta

import (
Expand Down

0 comments on commit 7b442e3

Please sign in to comment.