1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:18:12 +00:00

Terminal: Run clang-format on main.cpp

This commit is contained in:
Andreas Kling 2023-01-06 13:04:20 +01:00
parent 70c0c1c845
commit ef7eb60f22

View file

@ -414,7 +414,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
terminal->apply_size_increments_to_window(*window);
window->resize(terminal->size());
}
};
TRY(view_menu->try_add_separator());