Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhall committed Dec 12, 2024
1 parent 476a960 commit f0d371d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0d371d

Please sign in to comment.