Reformat code

This commit is contained in:
世界
2025-09-14 19:08:38 +08:00
parent 96bee16bf0
commit 1788a7f7bf
5 changed files with 7 additions and 7 deletions
@@ -12,8 +12,8 @@ struct PacketTunnelView: View {
@State private var excludeLocalNetworks = false
@State private var enforceRoutes = false
public init() {}
public var body: some View {
init() {}
var body: some View {
viewBuilder {
if isLoading {
ProgressView().onAppear {