Minor style fix

This commit is contained in:
Gleb Novikov 2019-05-25 18:57:35 +03:00
parent 94db808cd7
commit a3535c69b2

View File

@ -1,6 +1,7 @@
#include <Parsers/ASTConstraintDeclaration.h> #include <Parsers/ASTConstraintDeclaration.h>
namespace DB { namespace DB
{
ASTPtr ASTConstraintDeclaration::clone() const ASTPtr ASTConstraintDeclaration::clone() const
{ {
@ -25,4 +26,4 @@ void ASTConstraintDeclaration::formatImpl(const FormatSettings & s, FormatState
expr->formatImpl(s, state, frame); expr->formatImpl(s, state, frame);
} }
} }