fix pre-commit

This commit is contained in:
Mayukha Vadari
2026-03-05 14:49:07 -04:00
parent a76bd834b6
commit fdfdf4fceb
3 changed files with 91 additions and 45 deletions

View File

@@ -15,7 +15,8 @@ ApplyViewImpl::apply(
bool isDryRun,
beast::Journal j)
{
return items_.apply(to, tx, ter, deliver_, parentBatchId, gasUsed_, wasmReturnCode_, isDryRun, j);
return items_.apply(
to, tx, ter, deliver_, parentBatchId, gasUsed_, wasmReturnCode_, isDryRun, j);
}
std::size_t