Skip to content

Commit

Permalink
cleanup braces
Browse files Browse the repository at this point in the history
  • Loading branch information
garvankeeley committed Aug 13, 2020
1 parent a6538fc commit 2bc17ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Browser/TabLocationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TabLocationView: UIView {
}

func showLockIcon(forSecureContent isSecure: Bool) {
if (url?.absoluteString == "about:blank") {
if url?.absoluteString == "about:blank" {
// Matching the desktop behaviour, we don't mark these pages as secure.
lockImageView.isHidden = true
return
Expand Down

0 comments on commit 2bc17ff

Please sign in to comment.