From 94c83d74a4d4e814d7ce17796f9fe65c3876a5fa Mon Sep 17 00:00:00 2001 From: Tommaso Negri Date: Sun, 12 Jul 2026 21:09:03 +0200 Subject: [PATCH] format code --- Sources/phbar/Models/PHBarDelegate/PHBarDelegate+Lifecycle.swift | 1 - 1 file changed, 1 deletion(-) 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 } } - }