Skip to content

Commit ae82899

Browse files
AlekSibombsimon
authored andcommitted
Tiny documentation clean-up
1 parent d6446b9 commit ae82899

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Required when true:
2828
2929
```go
3030
x := []string{}
31-
y := "not going in x")
31+
y := "not going in x"
3232

3333
x = append(x, "not y")
3434
x = append(x, y)
@@ -38,11 +38,10 @@ Supproted when false:
3838

3939
```go
4040
x := []string{}
41-
y := "not going in x")
41+
y := "not going in x"
4242
x = append(x, "not y")
4343
z := "string"
4444
x = append(x, "i don't care")
45-
4645
```
4746

4847
### [allow-assign-and-call](rules.md#only-cuddled-expressions-if-assigning-variable-or-using-from-line-above)

0 commit comments

Comments
 (0)