Skip to content
Snippets Groups Projects
Commit aca2d706 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Refactor

parent b2ccecfa
No related branches found
No related tags found
1 merge request!102Release 1.0.0
......@@ -4,7 +4,7 @@ import XCTestDynamicOverlay
public struct GetIdFromContact {
public var run: (Data) throws -> Data
public func callAsFunction(contact: Data) throws -> Data {
public func callAsFunction(_ contact: Data) throws -> Data {
try run(contact)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment