style: 修复代码缩进异常

This commit is contained in:
Luke 2025-07-03 21:56:33 +08:00
parent bb4c4f6ce4
commit b730b53f7b

View File

@ -67,5 +67,7 @@ public record CallExpressionNode(
*
* @return 当前表达式所在的文件名
*/
public String file() { return file; }
public String file() {
return file;
}
}