Skip to content

Commit

Permalink
Fixup. Format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 5, 2024
1 parent ec43f6b commit e9515aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/video/static/js/link-video-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ function addEventListenerForModal() {
}
}

document.addEventListener('DOMContentLoaded', function () {
document.addEventListener("DOMContentLoaded", function () {
addEventListenerForModal();
});

0 comments on commit e9515aa

Please sign in to comment.