Skip to content

Commit a78c387

Browse files
authored
formatting (#542)
1 parent c02c6c8 commit a78c387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function isProcessableURL(uri) {
226226
return false
227227
}
228228

229-
// check for fragment or query
229+
// check for fragment or query
230230
try {
231231
// needs a base to parse properly
232232
const url = new URL(uri, "https://example.com")

0 commit comments

Comments
 (0)