mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix: add missing empty line in decimal to binary step 35 (#66740)
This commit is contained in:
@@ -202,6 +202,7 @@ const decimalToBinary = (input) => {
|
||||
|
||||
--fcc-editable-region--
|
||||
if (input === 0) {
|
||||
|
||||
}
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user