Skip to content

Commit 3336bbc

Browse files
committed
code format
1 parent b617339 commit 3336bbc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Sources/async-http-client/proxy/http/retry/RetryService.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import Foundation
1313
public struct RetryService: Equatable, Sequence{
1414

1515
/// Retry strategy
16-
public let strategy: Strategy
17-
16+
public let strategy: Strategy
1817

1918
/// Default service
2019
static let `default` = RetryService(strategy: .exponential())

Sources/async-http-client/proxy/http/retry/Strategy.swift

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public extension RetryService{
2525
duration: TimeInterval = 2.0
2626
)
2727

28-
2928
/// Max amount of retries
3029
var maximumRetries: UInt{
3130
switch self{

0 commit comments

Comments
 (0)