Remove redundant semicolon

This commit is contained in:
palasonicq 2019-05-28 23:16:24 +03:00
parent 0823e397ea
commit ed0d09e250

View File

@ -218,7 +218,7 @@ void TCPHandler::runImpl()
state.block_in.reset();
state.maybe_compressed_in.reset();
return Block();
};
}
return state.block_for_input;
});