Skip to content

Commit 923a6b2

Browse files
; added to js file
1 parent 527e0cc commit 923a6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async function get_numbers() {
88
document.getElementById('output-info__bin').innerHTML = result_bin;
99
document.getElementById('output-info__oct').innerHTML = result_oct;
1010
document.getElementById('output-info__hex').innerHTML = result_hex;
11-
}
11+
};

0 commit comments

Comments
 (0)