refactor: 删除了 LexicalException 类中的冗余空行

This commit is contained in:
Luke 2025-07-16 22:21:56 +08:00
parent 2be4848735
commit f23e15339c

View File

@ -36,7 +36,6 @@ public class LexicalException extends RuntimeException {
this.column = column; this.column = column;
} }
/** /**
* 屏蔽异常堆栈填充始终不打印堆栈信息 * 屏蔽异常堆栈填充始终不打印堆栈信息
*/ */