Reformat code

This commit is contained in:
世界
2026-02-08 18:23:42 +08:00
parent f765bf1e3b
commit a86dfc26d1
42 changed files with 163 additions and 98 deletions
+3 -2
View File
@@ -16,7 +16,9 @@ enum WidgetAppConfiguration {
return value
}()
static var widgetControlKind: String { "\(packageName).widget.ServiceToggle" }
static var widgetControlKind: String {
"\(packageName).widget.ServiceToggle"
}
}
extension NEVPNStatus {
@@ -67,4 +69,3 @@ enum WidgetTunnelControl {
return managers.first
}
}