Skip to content

Commit d0a738e

Browse files
committed
f fix closing brace
1 parent 8bb427e commit d0a738e

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
@@ -245,8 +245,8 @@ impl HttpClient {
245245
Some(line)
246246
},
247247
}
248-
}
249-
} }
248+
} }
249+
}
250250

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

0 commit comments

Comments
 (0)