1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 16:05:07 +00:00

LibGUI: Misc tweaks

Minus two empty lines because clang-format insists on it,
and plus an underscore.
This commit is contained in:
Sergey Bugaev 2020-01-22 21:08:29 +03:00 committed by Andreas Kling
parent 91d3fc54be
commit fd11c96e8e
3 changed files with 2 additions and 4 deletions

View file

@ -435,7 +435,6 @@ void GTreeView::keydown_event(GKeyEvent& event)
return;
}
}
}
int GTreeView::item_count() const