mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -1504,7 +1504,7 @@ struct PayChan_test : public beast::unit_test::suite
|
||||
auto const settleDelay = 3600s;
|
||||
auto const channelFunds = XRP(1000);
|
||||
|
||||
std::optional<NetClock::time_point> cancelAfter;
|
||||
std::optional<NetClock::time_point> const cancelAfter;
|
||||
|
||||
{
|
||||
auto const chan = to_string(channel(alice, bob, env.seq(alice)));
|
||||
|
||||
Reference in New Issue
Block a user