Skip to content

Commit e44fc31

Browse files
authored
Reformat after green-green merge (#8703)
1 parent a51cfbf commit e44fc31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnection.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ class RealConnection(
324324

325325
val nowNs = System.nanoTime()
326326

327-
if (rawSocket.isClosed || socket.isClosed || socket.isInputShutdown ||
327+
if (rawSocket.isClosed ||
328+
socket.isClosed ||
329+
socket.isInputShutdown ||
328330
socket.isOutputShutdown
329331
) {
330332
return false

0 commit comments

Comments
 (0)