Skip to content

Commit 2d4720e

Browse files
formatting changes
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
1 parent 7ae27a0 commit 2d4720e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/xrpl/core/CoroTaskRunner.ipp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ JobQueue::CoroTaskRunner::init(F&& f)
2828
inline JobQueue::CoroTaskRunner::~CoroTaskRunner()
2929
{
3030
#ifndef NDEBUG
31-
XRPL_ASSERT(
32-
finished_,
33-
"xrpl::JobQueue::CoroTaskRunner::~CoroTaskRunner : is finished");
31+
XRPL_ASSERT(finished_, "xrpl::JobQueue::CoroTaskRunner::~CoroTaskRunner : is finished");
3432
#endif
3533
}
3634

0 commit comments

Comments
 (0)