Skip to content

Commit

Permalink
fix code sample for 3.3 in polish
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcankirdar committed Jul 26, 2023
1 parent 4c632f5 commit fedb0bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.polish.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ function someFunction() {
}

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

0 comments on commit fedb0bd

Please sign in to comment.