Whitespace

This commit is contained in:
Scott Kostyshak 2022-10-03 20:43:31 -04:00
parent 65b4c3fcd2
commit 300160df1c

View File

@ -112,7 +112,7 @@ docstring const InsetBranch::buttonLabel(BufferView const &) const
if (inchild && master_selected != child_selected)
symb += (child_selected ? tick : cross);
docstring inv_symb = from_ascii(params_.inverted ? "~" : "");
docstring inv_symb = from_ascii(params_.inverted ? "~" : "");
if (decoration() == InsetDecoration::MINIMALISTIC)
return symb + inv_symb + params_.branch;