mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +00:00
chore: Set ColumnLimit to 120 in clang-format (#6288)
This change updates the ColumnLimit from 80 to 120, and applies clang-format to reformat the code.
This commit is contained in:
@@ -30,8 +30,7 @@ paths::operator()(Env& env, JTx& jt) const
|
||||
}
|
||||
|
||||
Pathfinder pf(
|
||||
std::make_shared<RippleLineCache>(
|
||||
env.current(), env.app().journal("RippleLineCache")),
|
||||
std::make_shared<RippleLineCache>(env.current(), env.app().journal("RippleLineCache")),
|
||||
from,
|
||||
to,
|
||||
in_.currency,
|
||||
|
||||
Reference in New Issue
Block a user