mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 13:08:48 +03:00
Linting
This commit is contained in:
parent
bdf9b6e0fb
commit
847ae37df2
4 changed files with 16 additions and 18 deletions
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
#include "Deserializable.h"
|
#include "Deserializable.h"
|
||||||
|
|
||||||
|
|
||||||
class VersionsResponse : public Deserializable
|
class VersionsResponse : public Deserializable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -38,5 +37,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
QVector<Version_> supported_versions_;
|
QVector<Version_> supported_versions_;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue