We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067eefe commit 1fee75bCopy full SHA for 1fee75b
CodeService/src/LuaFormatter.cpp
@@ -17,7 +17,7 @@
17
#include "CodeService/FormatElement/NoIndentElement.h"
18
#include "CodeService/FormatElement/SerializeContext.h"
19
#include "CodeService/FormatElement/IndentOnLineBreakElement.h"
20
-#include "CodeService/FormatElement/PlaceHolderElement.h"
+#include "CodeService/FormatElement/PlaceholderElement.h"
21
#include "Util/StringUtil.h"
22
23
bool nextMatch(LuaAstNode::ChildIterator it, LuaAstNodeType type, const LuaAstNode::ChildrenContainer& container)
0 commit comments