Fix code Style.

This commit is contained in:
root 2019-09-27 22:56:40 +08:00
parent bc13482eea
commit bcc24d3cbc

View File

@ -4,8 +4,8 @@
#include <Core/Names.h>
namespace DB {
namespace DB
{
class CheckNonEmptySetBlockInputStream : public IBlockInputStream
{