Skip to content

Commit 5d21790

Browse files
authored
Apply suggestion from @another-rex
1 parent 05a086d commit 5d21790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/website/frontend3/src/triage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ document.addEventListener("DOMContentLoaded", () => {
6464
return div.innerHTML;
6565
}
6666

67-
function syntaxHighlight(json) {
67+
function syntaxHighlight(json) { // credit to https://codepen.io/absolutedevelopment/pen/EpwVzN
6868
if (typeof json !== 'string') {
6969
json = JSON.stringify(json, undefined, 2);
7070
}

0 commit comments

Comments
 (0)