Skip to content

Commit

Permalink
empty line at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Apr 30, 2024
1 parent 96bfc8e commit 4063c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/varien/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,4 +749,4 @@ function createSVGElement(iconStyles) {
function copyText(event) {
const copyText = event.currentTarget.previousElementSibling.getAttribute('data-text');
navigator.clipboard.writeText(copyText);
}
}

0 comments on commit 4063c45

Please sign in to comment.