Skip to content

Commit cd42b18

Browse files
committed
修复依赖
1 parent 5c40754 commit cd42b18

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CodeService/src/Format/Analyzer/FormatDocAnalyze.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ void FormatDocAnalyze::Analyze(FormatState &f, const LuaSyntaxTree &t) {
2525
}
2626

2727
void FormatDocAnalyze::ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t) {
28-
FormatAnalyzer::ComplexAnalyze(f, t);
2928
}
3029

3130
void

include/CodeService/Format/Analyzer/FormatDocAnalyze.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <unordered_map>
34
#include "FormatAnalyzer.h"
45
#include "CodeService/Format/Types.h"
56

0 commit comments

Comments
 (0)