chore(pool): format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-23 22:12:17 +01:00
parent a68166da57
commit 710ee80f91
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -26,7 +26,7 @@ auto Pool::get_id() const noexcept -> unsigned int {
auto Pool::initialize_pool(const unsigned int& id) -> void {
// ref: https://stackoverflow.com/a/23204682
std::call_once(init, [this, id]{ this->set_id(id); } );
std::call_once(init, [this, id] { this->set_id(id); });
}
auto Pool::add_entropy(const unsigned int& source,