fix: add missing empty line in decimal to binary step 35 (#66740)

This commit is contained in:
Aarya Manchanda
2026-04-02 18:40:03 +05:30
committed by GitHub
parent 0ac89ed168
commit a2bcc848fc

View File

@@ -202,6 +202,7 @@ const decimalToBinary = (input) => {
--fcc-editable-region--
if (input === 0) {
}
--fcc-editable-region--