mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-21 01:00:15 +02:00
Merge pull request #8353 from mohamedawnallah/fix-typo-code-formatting-rules
docs: fix typo "paren" to "parenthesis" in `code_formatting_rules.md` [skip ci]
This commit is contained in:
commit
8d0abc01c1
@ -124,8 +124,8 @@ myKey := "0214cd678a565041d00e6cf8d62ef8add33b4af4786fb2beb87b366a2e1" +
|
||||
### Wrapping long function calls
|
||||
|
||||
When wrapping a line that contains a function call as the unwrapped line exceeds
|
||||
the column limit, the close paren should be placed on its own line.
|
||||
Additionally, all arguments should begin in a new line after the open paren.
|
||||
the column limit, the close parenthesis should be placed on its own line.
|
||||
Additionally, all arguments should begin in a new line after the open parenthesis.
|
||||
|
||||
**WRONG**
|
||||
```go
|
||||
|
Loading…
x
Reference in New Issue
Block a user