fix: lint

This commit is contained in:
Alex
2025-06-22 09:44:35 +02:00
parent cbdbc492bb
commit 286cff2e3d
3 changed files with 7 additions and 6 deletions

View File

@ -68,7 +68,7 @@ void Submap::onEvent(const std::string& ev) {
return;
}
auto submapName = ev.substr(ev.find_first_of('>') + 2 );
auto submapName = ev.substr(ev.find_first_of('>') + 2);
if (!submap_.empty()) {
label_.get_style_context()->remove_class(submap_);