Skip to content

Commit ef9af73

Browse files
authored
Remove trailing spaces causing tests to fail
1 parent d5a3087 commit ef9af73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dom/dom.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,6 @@ p5.prototype.createCapture = function(...args) {
24392439
domElement.src = stream;
24402440
}
24412441
}).catch(e => {
2442-
24432442
if (e.name === 'NotFoundError')
24442443
p5._friendlyError('No webcam found on this device', 'createCapture');
24452444
if (e.name === 'NotAllowedError')

0 commit comments

Comments
 (0)