Skip to content

Commit

Permalink
Merge pull request #112 from Matejkob/create-pull-request/patch
Browse files Browse the repository at this point in the history
Apply swift-format changes
  • Loading branch information
Matejkob authored Jun 29, 2024
2 parents 91699fc + e027c2b commit 1cd5456
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Examples/Sources/ViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ protocol ServiceProtocol {
var anyProtocol: any Codable { get set }
var secondName: String? { get }
var address: String! { get }
var added: () -> Void { get set }
var added: () -> Void { get set }
var removed: (() -> Void)? { get set }

func initialize(name: String, _ secondName: String?)
Expand All @@ -19,16 +19,6 @@ protocol ServiceProtocol {
func read() -> String!
}











final class ViewModel {
private let service: ServiceProtocol

Expand Down

0 comments on commit 1cd5456

Please sign in to comment.