fix(library/tactic/tactic_state): do not diplay case for empty tag
This commit is contained in:
parent
ebeb5f713a
commit
5fa857dc69
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ static format pp_tag(list<name> const & tag) {
|
|||
tmp.push_back(n);
|
||||
}
|
||||
unsigned i = tmp.size();
|
||||
if (i == 0) return format();
|
||||
format r;
|
||||
while (i > 0) {
|
||||
--i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue