Housekeeping

This commit is contained in:
2024-11-23 18:21:15 +11:00
parent 2eea15fb90
commit d9f5052d21
4 changed files with 2 additions and 6 deletions

View File

@ -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))
}
}