diff --git a/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/645b9d56b48971997a8055dd.md b/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/645b9d56b48971997a8055dd.md index 2faa80f8b3a..a6927d4066c 100644 --- a/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/645b9d56b48971997a8055dd.md +++ b/curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/645b9d56b48971997a8055dd.md @@ -202,6 +202,7 @@ const decimalToBinary = (input) => { --fcc-editable-region-- if (input === 0) { + } --fcc-editable-region--