fix the problem of the curly braces in the brazillian translation

This commit is contained in:
p-lacerda
2022-01-25 21:10:57 -03:00
parent b8bd67ec16
commit dcf152f6be

View File

@ -271,7 +271,8 @@ function someFunction() {
}
// Avoid
function someFunction() {
function someFunction()
{
// code block
}
```