Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed May 28, 2024
1 parent 2551145 commit 70f1d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/nightly-resources/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ async function load_llvm() {
const runMode = params.get("runmode");

document.title = `${benchmark} | ${runMode}`;
document.getElementById("llvm-header").innerText = `Benchmark: ${benchmark} | Run Mode: ${runMode}`;
document.getElementById("llvm-header").innerText =
`Benchmark: ${benchmark} | Run Mode: ${runMode}`;

if (!benchmark || !runMode) {
console.error("missing query params, this probably shouldn't happen");
Expand Down

0 comments on commit 70f1d1b

Please sign in to comment.