Skip to content

bad formatting for inline comment for return value #29

Description

@andreimatei

I want this:

func (r *limitedCommandResult) AddRow(
  ctx context.Context, row tree.Datums,
) (_ /* cont */ bool, _ error) {

the tool gives me this:

func (r *limitedCommandResult) AddRow(
	ctx context.Context, row tree.Datums,
) (
	_ bool, /* cont */
	_ error,
) {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions