mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 08:46:42 +00:00
chore: Enable more clang-tidy checks (#3054)
This commit is contained in:
@@ -128,7 +128,7 @@ struct WebServerTest : public virtual ::testing::Test {
|
||||
{
|
||||
work_.reset();
|
||||
ctx.stop();
|
||||
if (runner_->joinable())
|
||||
if (runner_.has_value() && runner_->joinable())
|
||||
runner_->join();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user