mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix linting issue
This commit is contained in:
parent
c1788f0b7d
commit
8a2df06f3a
1 changed files with 1 additions and 1 deletions
|
@ -24,12 +24,12 @@
|
|||
#include <QImage>
|
||||
#include <QString>
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <lmdb++.h>
|
||||
#include <mtx/events/join_rules.hpp>
|
||||
#include <mtx/responses.hpp>
|
||||
#include <mtxclient/crypto/client.hpp>
|
||||
#include <mutex>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include "Logging.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue