mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue