mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix NoError
This commit is contained in:
parent
bc47549828
commit
b98fe45d23
@ -2,7 +2,7 @@ import Foundation
|
||||
|
||||
internal let doNothing: () -> Void = { _ in }
|
||||
|
||||
typealias NoError = Void
|
||||
public typealias NoError = Void
|
||||
|
||||
public func identity<A>(a: A) -> A {
|
||||
return a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user