Skip to content

Commit

Permalink
[doc] Line break curly braces- Same line Avoid example
Browse files Browse the repository at this point in the history
  • Loading branch information
look4regev committed Jul 30, 2023
1 parent a917e09 commit 845dc5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,8 @@ function someFunction() {
}

// Avoid
function someFunction() {
function someFunction()
{
// code block
}
```
Expand Down

0 comments on commit 845dc5e

Please sign in to comment.