Skip to content

Commit 7eb0710

Browse files
authored
Removed whitespace
1 parent 3b4465b commit 7eb0710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports = {
160160
if (url.includes("img.png")) {
161161
return false;
162162
}
163-
163+
164164
// Don't handle images under root-relatve /external_images/
165165
if (/^\/external_images\//.test(path)) {
166166
return false;

0 commit comments

Comments
 (0)