Skip to content

Commit

Permalink
fix spacing issue (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
vingtetun committed Oct 19, 2011
1 parent f3dc420 commit 6309956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/firefox/components/pdfContentHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6309956

Please sign in to comment.