libcava bump 0.10.1

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
Viktar Lukashonak
2024-02-17 18:20:03 +03:00
parent 3cd311819b
commit d7d4dca6ba
5 changed files with 9 additions and 12 deletions

View File

@ -75,8 +75,7 @@ Group::Group(const std::string& name, const std::string& id, const Json::Value&
if (left_to_right) {
box.pack_end(revealer);
}
else {
} else {
box.pack_start(revealer);
}