Remove unnecessary fall-through comment

master
Simon Lydell 2017-09-12 18:57:10 +02:00 committed by Ika
parent be65370301
commit 32dfb80c86
1 changed files with 2 additions and 1 deletions

View File

@ -461,7 +461,8 @@ function normalizeArgv(rawArgv, options) {
break;
case "choice":
validator.validateChoiceOption(value, option);
// fall through
normalized[key] = value;
break;
default:
normalized[key] = value;
break;