mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Housekeeping
This commit is contained in:
@ -20,7 +20,7 @@ public extension ApkIndex {
|
||||
Self.init(packages: tables.flatMap(\.packages))
|
||||
}
|
||||
|
||||
static func merge(_ tables: Self...) -> ApkIndex {
|
||||
static func merge(_ tables: Self...) -> Self {
|
||||
Self.init(packages: tables.flatMap(\.packages))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user