fix(frontends/lean/pp): extra space
This commit is contained in:
parent
26c914173c
commit
4eb270a572
1 changed files with 2 additions and 1 deletions
|
@ -1040,7 +1040,8 @@ auto pretty_fn::pp_notation(notation_entry const & entry, buffer<optional<expr>>
|
|||
curr = curr + space();
|
||||
fmt = curr + fmt;
|
||||
}
|
||||
extra_space = add_extra_space(tk);
|
||||
if (m_extra_spaces || !last_is_skip)
|
||||
extra_space = add_extra_space(tk);
|
||||
}
|
||||
unsigned first_lbp = inf_bp();
|
||||
if (!entry.is_nud()) {
|
||||
|
|
Loading…
Reference in a new issue