Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Dec 8, 2023
1 parent c81b144 commit f1d22be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Tab/Model/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protocol NewWindowPolicyDecisionMaker {

// swiftlint:disable:next type_body_length
@dynamicMemberLookup final class Tab: NSObject, Identifiable, ObservableObject {

enum TabContent: Equatable {
case homePage
case url(URL, credential: URLCredential? = nil, userEntered: String? = nil)
Expand Down Expand Up @@ -462,7 +463,6 @@ protocol NewWindowPolicyDecisionMaker {
userContentController?.cleanUpBeforeClosing()
webView.assertObjectDeallocated(after: 4.0)
}

if !onDeinit {
// Tab should be deallocated shortly after burning
self.assertObjectDeallocated(after: 4.0)
Expand Down

0 comments on commit f1d22be

Please sign in to comment.