Skip to content

Commit

Permalink
修复一个导致双倍tableField的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Dec 4, 2021
1 parent 6648d99 commit 496597a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeService/src/LuaFormatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ std::shared_ptr<FormatElement> LuaFormatter::FormatTableField(std::shared_ptr<Lu
case LuaAstNodeType::Identify:
{
env->Add<TextElement>(child, TextDefineType::TableFieldNameDefine);
break;
}
default:
{
Expand Down

0 comments on commit 496597a

Please sign in to comment.