Skip to content

Commit b9e07ef

Browse files
committed
Style.
1 parent 3dc275f commit b9e07ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,8 @@ bool protocol_explore::handle_get_block_filter_header(const code& ec,
480480
switch (media)
481481
{
482482
case data:
483-
{
484483
send_chunk(to_chunk(filter_head));
485484
return true;
486-
}
487485
case text:
488486
send_text(encode_base16(filter_head));
489487
return true;

0 commit comments

Comments
 (0)