Project template updates (#25)
* Project template updates * More changes * run swiftformat
This commit is contained in:
@@ -22,7 +22,7 @@ import XCTest
|
||||
public struct AnyDecodable: Decodable {
|
||||
public let value: Any
|
||||
|
||||
public init<T>(_ value: T) {
|
||||
public init(_ value: some Any) {
|
||||
self.value = value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user