mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 01:42:54 +00:00
HackStudio: Run clang-format
This commit is contained in:
parent
3d50923c4d
commit
0bc740ab7f
Notes:
sideshowbarker
2024-07-19 01:42:19 +09:00
Author: https://github.com/awesomekling
Commit: 0bc740ab7f
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ void HackStudioWidget::create_open_files_view(GUI::Widget& parent)
|
|||
auto open_files_model = GUI::ItemListModel<String>::create(m_open_files_vector);
|
||||
m_open_files_view->set_model(open_files_model);
|
||||
|
||||
m_open_files_view->on_activation = [this] (auto& index) {
|
||||
m_open_files_view->on_activation = [this](auto& index) {
|
||||
open_file(index.data().to_string());
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue