code formating fix: +1 new line (#1888)

One more new line is necessary after the text "Return statements in a case label are also OK:" to make the code excerpt after it be formatted as code.
pull/1891/head
al-mission-2016 4 years ago committed by GitHub
parent e92886217c
commit eb2f4d7756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12912,6 +12912,7 @@ Multiple case labels of a single statement is OK:
}
Return statements in a case label are also OK:
switch (x) {
case 'a':
return 1;

Loading…
Cancel
Save