Skip to content

Commit

Permalink
make deadline value public
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofaria committed May 13, 2017
1 parent a497d55 commit c5e5622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Venice/Time.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extension Duration : Equatable {
/// let deadline = 30.seconds.fromNow()
/// ```
public struct Deadline {
let value: Int64
public let value: Int64

init(_ deadline: Int64) {
self.value = deadline
Expand Down

0 comments on commit c5e5622

Please sign in to comment.