Skip to content

Commit 3d3379d

Browse files
committed
f fix closing brace
1 parent 46412ea commit 3d3379d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-block-sync/src/http.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ impl HttpClient {
247247
Some(line)
248248
},
249249
}
250-
}
251-
} }
250+
} }
251+
}
252252

253253
// Read and parse status line
254254
// Note that we allow retrying a few times to reach TCP_STREAM_RESPONSE_TIMEOUT.

0 commit comments

Comments
 (0)