cockroachdb / cockroachdb/crlfmt

bad formatting for inline comment for return value

Open
#29 1 comment 0 reactions 1 assignee Claimed by @andreimatei View on GitHub
Dominant language
Go
Stars
20
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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,
) {
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.