mirror of
https://github.com/XRPLF/rippled.git
synced 2026-03-01 18:22:34 +00:00
fixes formatting
This commit is contained in:
@@ -50,11 +50,12 @@ ApplyContext::size()
|
||||
}
|
||||
|
||||
void
|
||||
ApplyContext::visit(std::function<void(
|
||||
uint256 const&,
|
||||
bool,
|
||||
std::shared_ptr<SLE const> const&,
|
||||
std::shared_ptr<SLE const> const&)> const& func)
|
||||
ApplyContext::visit(
|
||||
std::function<void(
|
||||
uint256 const&,
|
||||
bool,
|
||||
std::shared_ptr<SLE const> const&,
|
||||
std::shared_ptr<SLE const> const&)> const& func)
|
||||
{
|
||||
view_->visit(base_, func);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user