cockroachdb / cockroachdb/crlfmt
bad formatting for inline comment for return value
Open
- 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.