Skip to content

Commit 0d07b81

Browse files
style
1 parent c17f770 commit 0d07b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Analyzer/ConstantNode.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ ASTPtr ConstantNode::toASTImpl(const ConvertToASTOptions & options) const
160160
// Constant folding may lead to type transformation and literal on shard
161161
// may have a different type.
162162

163-
auto requires_cast = [this]() {
163+
auto requires_cast = [this]()
164+
{
164165
const auto & [_, type] = getValueNameAndType();
165166
return requiresCastCall(type, getResultType());
166167
};

0 commit comments

Comments
 (0)