mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Poco {
|
||||
namespace Redis {
|
||||
|
||||
|
||||
AsyncReader::AsyncReader(Client& client):
|
||||
AsyncReader::AsyncReader(Client& client):
|
||||
_client(client),
|
||||
_activity(this, &AsyncReader::runActivity)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user