mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:48:11 +00:00
Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
This commit is contained in:
parent
aff81d318b
commit
c911781c21
243 changed files with 483 additions and 481 deletions
|
@ -115,7 +115,7 @@ MainWidget::MainWidget()
|
|||
void MainWidget::update_title()
|
||||
{
|
||||
window()->set_title(DeprecatedString::formatted("{}[*] - GML Playground", m_file_path.is_empty() ? "Untitled"sv : m_file_path.view()));
|
||||
};
|
||||
}
|
||||
|
||||
void MainWidget::load_file(FileSystemAccessClient::File file)
|
||||
{
|
||||
|
@ -130,7 +130,7 @@ void MainWidget::load_file(FileSystemAccessClient::File file)
|
|||
update_title();
|
||||
|
||||
GUI::Application::the()->set_most_recently_open_file(file.filename());
|
||||
};
|
||||
}
|
||||
|
||||
ErrorOr<void> MainWidget::initialize_menubar(GUI::Window& window)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue