Skip to content

Commit

Permalink
[html] Add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 23, 2023
1 parent 9cfa42b commit acdc244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiat-html/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ document.addEventListener('DOMContentLoaded', function() {
const stderrDiv = document.getElementById('stderrContainer');
const stdoutBox = document.getElementById('stdout');
const stderrBox = document.getElementById('stderr');
const versionBox = document.getElementById('version')
const versionBox = document.getElementById('version');
const inputForm = document.getElementById('inputForm');
const inputArgs = document.getElementById('inputArgs');
const synthesizeButton = document.getElementById('synthesizeButton');
Expand Down

0 comments on commit acdc244

Please sign in to comment.