mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
fix spacing issue (lint)
This commit is contained in:
parent
f3dc4206ee
commit
63099565a3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pdfContentHandler.prototype = {
|
|||
let url = null;
|
||||
try {
|
||||
url = Services.prefs.getCharPref('extensions.pdf.js.url');
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
log('Error retrieving the pdf.js base url - ' + e);
|
||||
throw NS_ERROR_WONT_HANDLE_CONTENT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue