Fix formatting

This commit is contained in:
SamuelFontes 2024-08-13 16:07:14 -03:00
parent 7f56183c54
commit f14dbf6436

View File

@ -171,7 +171,7 @@ void MainWindow::GetPhysicalDevices() {
} }
m_physical_devices.push_back(name); m_physical_devices.push_back(name);
} }
} }
void MainWindow::CreateConnects() { void MainWindow::CreateConnects() {
connect(this, &MainWindow::WindowResized, this, &MainWindow::HandleResize); connect(this, &MainWindow::WindowResized, this, &MainWindow::HandleResize);