Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbmb committed Dec 20, 2024
1 parent 2c8f492 commit 12473b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/frame/revive/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ where
BalanceOf::<T>::max_value(),
false,
true,
true
true,
)?
else {
return Ok(None);
Expand Down Expand Up @@ -1050,7 +1050,7 @@ where
deposit_limit,
read_only,
false,
false
false,
)? {
self.frames.try_push(frame).map_err(|_| Error::<T>::MaxCallDepthReached)?;
Ok(Some(executable))
Expand Down

0 comments on commit 12473b4

Please sign in to comment.