Pin bare-reference independence and tighten the shared-draw comments
Tests / vet + fmt + tests (pull_request) Successful in 1m3s
Tests / vet + fmt + tests (pull_request) Successful in 1m3s
This commit is contained in:
@@ -56,8 +56,7 @@ func render(s *session, n node) string {
|
||||
}
|
||||
|
||||
// renderShared is render with a shared draw context: the draws a record shares
|
||||
// across its columns. A nil shared means a standalone render, where a reference
|
||||
// is drawn per expansion as it always has been.
|
||||
// across its columns; a nil shared is a standalone render.
|
||||
func renderShared(s *session, n node, shared *draws) string {
|
||||
switch n := n.(type) {
|
||||
case *choice:
|
||||
|
||||
Reference in New Issue
Block a user