diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-06-11 22:22:16 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-06-11 22:22:16 -0400 |
commit | dbaf92734ce34fe6b424b9b06bdb4e129382e9ff (patch) | |
tree | 5471cae5dde14766c522f42a6ce7ac4381437718 /src | |
parent | Fix scale factor setting (diff) | |
download | nheko-dbaf92734ce34fe6b424b9b06bdb4e129382e9ff.tar.xz |
Fix formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/UserSettingsPage.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp index 0bba0506..97c42c3e 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp @@ -47,10 +47,7 @@ #include "config/nheko.h" -UserSettings::UserSettings() -{ - load(); -} +UserSettings::UserSettings() { load(); } void UserSettings::load() |