mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-28 03:25:55 +08:00
Function curly brackets weong example fix
The opening bracket should have been put on the next line to show an example, which might lead to an error
This commit is contained in:
committed by
GitHub
parent
a340bce5c2
commit
e09d9f85b0
@ -272,7 +272,8 @@ function someFunction() {
|
||||
}
|
||||
|
||||
// Избегайте
|
||||
function someFunction() {
|
||||
function someFunction()
|
||||
{
|
||||
// code block
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user