mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Unstaged changes for posterity
This commit is contained in:
@ -8,7 +8,7 @@ import Foundation
|
||||
public struct ApkIndexReader {
|
||||
static func read(from indexURL: URL) throws -> ApkIndex {
|
||||
let timed = false
|
||||
var timer: ContinuousClock.Instant!
|
||||
var timer: ContinuousClock.Instant = .now
|
||||
let durFormat = Duration.UnitsFormatStyle(
|
||||
allowedUnits: [ .seconds, .milliseconds ],
|
||||
width: .condensedAbbreviated,
|
||||
|
Reference in New Issue
Block a user