Skip to content

Commit

Permalink
Docs: fix minor typo in brace-style.md (#12749)
Browse files Browse the repository at this point in the history
add missing brace
  • Loading branch information
kaznovac authored and kaicataldo committed Jan 6, 2020
1 parent 313f70a commit 098b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/brace-style.md
Expand Up @@ -143,7 +143,7 @@ if (bar) {
boom();
}

if (foo) { baz); } else if (bar) {
if (foo) { baz(); } else if (bar) {
boom();
}

Expand Down

0 comments on commit 098b67d

Please sign in to comment.