Skip to content

Commit

Permalink
Fix browser/BUILD.gn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Mar 19, 2021
1 parent 30e7c6a commit 011ac0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,7 @@ source_set("browser_process") {
}

if (enable_brave_referrals) {
deps += [
"//brave/components/brave_referrals/browser",
]
deps += [ "//brave/components/brave_referrals/browser" ]
}

if (brave_ads_enabled) {
Expand Down

1 comment on commit 011ac0a

@bbondy
Copy link
Member Author

@bbondy bbondy commented on 011ac0a Mar 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auditors: @SergeyZhukovsky

Please sign in to comment.