Delint something that format.sh doesn't get right for some reason.

Took 3 minutes
This commit is contained in:
Lukas Brübach 2025-10-06 00:01:57 +02:00
parent 3fb9689bbb
commit e7eb3d2166
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ public:
AbstractServerSocketInterface(Servatrice *_server,
Servatrice_DatabaseInterface *_databaseInterface,
QObject *parent = 0);
~AbstractServerSocketInterface() {};
~AbstractServerSocketInterface(){};
bool initSession();
virtual QHostAddress getPeerAddress() const = 0;