Skip to content

Commit

Permalink
Fix wrong call to _currentTime() in resolution() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 26, 2024
1 parent 3adfdb3 commit da13542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SystemExtras/Clock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extension Clock {

@_alwaysEmitIntoClient
public func resolution() throws -> Clock.TimeSpec {
try _currentTime().get()
try _resolution().get()
}

@usableFromInline
Expand Down

0 comments on commit da13542

Please sign in to comment.