mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-11-01 18:46:54 +08:00
Merge pull request #993 from kzmat/patch
This commit is contained in:
@ -259,7 +259,8 @@ function someFunction() {
|
||||
}
|
||||
|
||||
// Avoid
|
||||
function someFunction() {
|
||||
function someFunction()
|
||||
{
|
||||
// code block
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user