mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Minor style fix
This commit is contained in:
parent
94db808cd7
commit
a3535c69b2
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user