Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 11, 2023
1 parent 34c1b3b commit 2a85575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ClockSkewInterceptor : HttpInterceptor {
"PriorRequestNotComplete",
"RequestTimeout",
"RequestTimeoutException",
"InternalError"
"InternalError",
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ClockSkewInterceptorTest {
Headers {
append("Date", serverTimeString)
},
HttpStatusCode(403, POSSIBLE_SKEWED_RESPONSE_CODE_DESCRIPTION)
HttpStatusCode(403, POSSIBLE_SKEWED_RESPONSE_CODE_DESCRIPTION),
)

val req = HttpRequestBuilder().apply {
Expand Down Expand Up @@ -115,7 +115,7 @@ class ClockSkewInterceptorTest {
Headers {
append("Date", serverTimeString)
},
HttpStatusCode(403, POSSIBLE_SKEWED_RESPONSE_CODE_DESCRIPTION)
HttpStatusCode(403, POSSIBLE_SKEWED_RESPONSE_CODE_DESCRIPTION),
)

val req = HttpRequestBuilder().apply {
Expand Down

0 comments on commit 2a85575

Please sign in to comment.