Update pipe.cpp for clang fmt

This commit is contained in:
ZhuXxxx 2024-03-11 21:17:25 +08:00 committed by GitHub
parent c3c8787efc
commit e7ff60ff6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -537,7 +537,7 @@ bool zmq::pipe_t::check_hwm () const
return !full;
}
bool zmq::pipe_t::is_active() const
bool zmq::pipe_t::is_active () const
{
return active == _state;
}