diff --git a/Sources/phbar/Models/PHBarDelegate/PHBarDelegate+Lifecycle.swift b/Sources/phbar/Models/PHBarDelegate/PHBarDelegate+Lifecycle.swift index ad1fc9b..2e1d408 100644 --- a/Sources/phbar/Models/PHBarDelegate/PHBarDelegate+Lifecycle.swift +++ b/Sources/phbar/Models/PHBarDelegate/PHBarDelegate+Lifecycle.swift @@ -39,5 +39,4 @@ extension PHBarDelegate { func window(named name: String) -> BarWindow? { windows.first { $0.barController.screen.localizedName == name } } - }