mirror of
https://github.com/fluencelabs/aquavm
synced 2025-07-30 21:42:04 +00:00
chore(trace-handler): fix fmt and clippy warnings (#567)
chore(trace-handler): remove some line breaks to sync with cargo fmt
This commit is contained in:
@@ -26,9 +26,7 @@ impl ParResult {
|
||||
|
||||
/// Returns a size of subtrace that this par describes in execution_step trace.
|
||||
pub fn size(&self) -> Option<u32> {
|
||||
self.left_size
|
||||
.checked_add(self.right_size)
|
||||
.map(|v| v)
|
||||
self.left_size.checked_add(self.right_size)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user