mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-24 17:17:06 +01:00
ci: fix codacy style complaints
This commit is contained in:
@@ -34,7 +34,7 @@ struct AsyncBufferedClient {
|
||||
constexpr static const size_t BUFFERS_MAX = 5;
|
||||
using buffer_t = std::vector<uint8_t>;
|
||||
|
||||
AsyncBufferedClient(AsyncClient* client);
|
||||
explicit AsyncBufferedClient(AsyncClient* client);
|
||||
|
||||
size_t write(char c);
|
||||
size_t write(const char* data, size_t size=0);
|
||||
|
||||
Reference in New Issue
Block a user