Added the missing break in switch statement
pull/238/head
Igor Mytyuk 4 years ago committed by GitHub
parent 97f84bf65f
commit 9fa6cee154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,6 +190,7 @@ switch(caseValue){
break
case 3:
// code
break
default:
// code
}

Loading…
Cancel
Save