format ast.v

pull/14018/head
yuyi98 2022-04-12 17:51:23 +08:00
parent db6323413d
commit 92cc787929
1 changed files with 3 additions and 3 deletions

View File

@ -888,9 +888,9 @@ pub mut:
pub struct IfBranch {
pub:
pos token.Pos
body_pos token.Pos
comments []Comment
pos token.Pos
body_pos token.Pos
comments []Comment
pub mut:
cond Expr
pkg_exist bool