Skip to content

Commit a2bcc84

Browse files
fix: add missing empty line in decimal to binary step 35 (freeCodeCamp#66740)
1 parent 0ac89ed commit a2bcc84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

curriculum/challenges/english/blocks/workshop-decimal-to-binary-converter/645b9d56b48971997a8055dd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ const decimalToBinary = (input) => {
202202

203203
--fcc-editable-region--
204204
if (input === 0) {
205+
205206
}
206207
--fcc-editable-region--
207208

0 commit comments

Comments
 (0)