Skip to content

Commit 1fee75b

Browse files
committed
修改大小写
1 parent 067eefe commit 1fee75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeService/src/LuaFormatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "CodeService/FormatElement/NoIndentElement.h"
1818
#include "CodeService/FormatElement/SerializeContext.h"
1919
#include "CodeService/FormatElement/IndentOnLineBreakElement.h"
20-
#include "CodeService/FormatElement/PlaceHolderElement.h"
20+
#include "CodeService/FormatElement/PlaceholderElement.h"
2121
#include "Util/StringUtil.h"
2222

2323
bool nextMatch(LuaAstNode::ChildIterator it, LuaAstNodeType type, const LuaAstNode::ChildrenContainer& container)

0 commit comments

Comments
 (0)