From f0d371dfec070fedc461f37d5da669f7a8b6c0c4 Mon Sep 17 00:00:00 2001 From: Brian Hall Date: Thu, 12 Dec 2024 11:19:28 +0100 Subject: [PATCH] Remove whitespace --- .../Sources/DataBrokerProtection/Model/Actions/Click.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift index ce44706127..e237d32bfb 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Model/Actions/Click.swift @@ -42,7 +42,7 @@ struct ClickAction: Action { struct Default: Codable { let elements: [PageElement]? } - + init(id: String, actionType: ActionType, elements: [PageElement]? = nil, dataSource: DataSource? = nil, choices: [Choice]? = nil, `default`: Default? = nil, hasDefault: Bool = false) { self.id = id self.actionType = actionType