Skip to content

Commit

Permalink
Final clang-format pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoul committed Mar 25, 2024
1 parent f2758ed commit 637e8b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Server/Source/ServerSettingsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ ServerSettingsWindow::ServerSettingsWindow(App* app)
m_pluginFormatsTab(app->getServer()->getFormatSettings()),
m_screenCapturingTab(app->getServer()->getCaptureSettings()),
m_startupTab(app->getServer()->getScanForPlugins()),
m_diagnosticsTab(app->getServer()->getCrashReporting())
{
m_diagnosticsTab(app->getServer()->getCrashReporting()) {
traceScope();
setUsingNativeTitleBar(true);

Expand Down

0 comments on commit 637e8b7

Please sign in to comment.