Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Oct 21, 2024
1 parent 8db00cb commit fb404c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/comparison_template.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -693,7 +693,7 @@
bubbles: true,
cancelable: true,
view: window,
})
}),
);
document.body.removeChild(saveLink);
};
Expand Down
4 changes: 2 additions & 2 deletions assets/proteinfold_template.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -793,7 +793,7 @@
bubbles: true,
cancelable: true,
view: window,
})
}),
);
document.body.removeChild(saveLink);
};
Expand Down
2 changes: 1 addition & 1 deletion tower.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ reports:
"*_esmfold_foldseek.html":
display: "ESMFOLD - Foldseek output"
"*_comparison_report.html":
display: "Structure comparison"
display: "Structure comparison"

0 comments on commit fb404c6

Please sign in to comment.