Undo unnecessary change

This commit is contained in:
Anders Hejlsberg 2017-10-28 15:31:39 -07:00
parent 4adb15bbe4
commit fd0d40cc2b

View file

@ -1273,7 +1273,7 @@ namespace ts {
return result;
}
function getDefaultValueForOption(option: CommandLineOption): {} {
function getDefaultValueForOption(option: CommandLineOption) {
switch (option.type) {
case "number":
return 1;