Skip to content

Commit

Permalink
Update custom_elements.js
Browse files Browse the repository at this point in the history
Fix whitespace
  • Loading branch information
tvongaza authored May 8, 2024
1 parent b0b935d commit eb1539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trix/core/helpers/custom_elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const insertStyleElementForTagName = function(tagName) {
return element
}

const getCSPNonce = function () {
const getCSPNonce = function() {
const element = getMetaElement("trix-csp-nonce") || getMetaElement("csp-nonce")
if (element) {
const { nonce, content } = element
Expand Down

0 comments on commit eb1539c

Please sign in to comment.