Skip to content

Commit eb59d99

Browse files
committed
Fixup.
1 parent 189a1cb commit eb59d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "CodeFormatCore/Format/FormatState.h"
44
#include "LuaParser/Lexer/LuaTokenTypeDetail.h"
55
#include <algorithm>
6-
#include <cstdio>
76

87
using NodeKind = LuaSyntaxNodeKind;
98

@@ -114,6 +113,7 @@ void LineBreakAnalyzer::ComplexAnalyze(FormatState &f, const LuaSyntaxTree &t) {
114113
if (nextToken == TK_SHORT_COMMENT) {
115114
break;
116115
}
116+
// Fall through
117117
}
118118
case TK_SHORT_COMMENT:
119119
case TK_SHEBANG: {

0 commit comments

Comments
 (0)