style: 修复代码缩进异常
This commit is contained in:
parent
bb4c4f6ce4
commit
b730b53f7b
@ -67,5 +67,7 @@ public record CallExpressionNode(
|
||||
*
|
||||
* @return 当前表达式所在的文件名。
|
||||
*/
|
||||
public String file() { return file; }
|
||||
public String file() {
|
||||
return file;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user