mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix formatting
This commit is contained in:
parent
150c9b1dbc
commit
dbaf92734c
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@
|
|||
|
||||
#include "config/nheko.h"
|
||||
|
||||
UserSettings::UserSettings()
|
||||
{
|
||||
load();
|
||||
}
|
||||
UserSettings::UserSettings() { load(); }
|
||||
|
||||
void
|
||||
UserSettings::load()
|
||||
|
|
Loading…
Reference in a new issue