Skip to content

Commit

Permalink
apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Jul 14, 2024
1 parent cf67f57 commit 370ea6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ window.buildTimeTrend_displayBuilds = function (data) {
link.appendChild(generateSVGIcon("console"));
div2.appendChild(link);
tdConsole.appendChild(div2);
tr.appendChild(tdConsole)
tr.appendChild(tdConsole);

p.appendChild(tr);
Behaviour.applySubtree(tr);
Expand Down

0 comments on commit 370ea6b

Please sign in to comment.