Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
igor11191708 committed Mar 6, 2023
1 parent 3336bbc commit 541af5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public struct RetryService: Equatable, Sequence{
/// Default service
static let `default` = RetryService(strategy: .exponential())


/// - Parameter strategy: Retry strategy ``RetryService.Strategy``
public init(strategy: Strategy){
self.strategy = strategy
Expand Down

0 comments on commit 541af5a

Please sign in to comment.