Skip to content

Commit d3b0b8a

Browse files
committed
修复lib相关问题
1 parent b1dfa16 commit d3b0b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeFormatLib/src/LuaCodeFormat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ void LuaCodeFormat::UpdateCodeStyle(const std::string &workspaceUri, const std::
3131
}
3232

3333
void LuaCodeFormat::UpdateDiagnosticStyle(InfoTree &tree) {
34+
_diagnosticStyle = LuaDiagnosticStyle();
3435
_diagnosticStyle.ParseTree(tree);
3536
_diagnosticStyle.code_style_check = true;
3637
_diagnosticStyle.name_style_check = true;

0 commit comments

Comments
 (0)