Fix formatting of new(std::nothrow)
The code previously formatted everything as `new( std::nothrow)`.
This commit is contained in:
@ -50,4 +50,5 @@ ClusterOperation::ClusterOperation(OperationType type,
|
||||
, replication_password(replication_password)
|
||||
, error_out(error)
|
||||
, time_remaining(time_remaining)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user