Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Jun 12, 2018
1 parent 443e5b1 commit 580e270
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,10 @@ function registerForBeforeSendHeaders (session, partition) {
function showTorrentBlockedInTorWarning (details) {
if (details.tabId) {
tabMessageBox.show(details.tabId, {
message: `${locale.translation('torrentBlockedInTor')}`,
title: 'Brave',
buttons: [locale.translation('torrentWarningOk')]
message: `${locale.translation('torrentBlockedInTor')}`,
title: 'Brave',
buttons: [locale.translation('torrentWarningOk')]
})
return
}
}

Expand Down

0 comments on commit 580e270

Please sign in to comment.