Fix Formatting of *Wrong*
There is a spacing issues, and thus a formatting issue, in the file, code_contribution_guidelines.md
This commit is contained in:
parent
21a40daf58
commit
2520d0a996
@ -424,6 +424,7 @@ statements and select statements.
|
|||||||
If one is forced to wrap lines of function arguments that exceed the 80
|
If one is forced to wrap lines of function arguments that exceed the 80
|
||||||
character limit, then a new line should be inserted before the first stanza in
|
character limit, then a new line should be inserted before the first stanza in
|
||||||
the comment body.
|
the comment body.
|
||||||
|
|
||||||
**WRONG**
|
**WRONG**
|
||||||
```go
|
```go
|
||||||
func foo(a, b, c,
|
func foo(a, b, c,
|
||||||
|
Loading…
Reference in New Issue
Block a user