Skip to content

Commit

Permalink
formatting (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Aug 6, 2023
1 parent c02c6c8 commit a78c387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse-styles.js
Expand Up @@ -226,7 +226,7 @@ function isProcessableURL(uri) {
return false
}

// check for fragment or query
// check for fragment or query
try {
// needs a base to parse properly
const url = new URL(uri, "https://example.com")
Expand Down

0 comments on commit a78c387

Please sign in to comment.