Fix linting issue

This commit is contained in:
redsky17 2019-02-25 03:10:02 +00:00
parent c1788f0b7d
commit 8a2df06f3a
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -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"