Skip to content

Commit 5f067c3

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
chore: fix formatting in eth_gas_oracle.rs
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 8a14f19 commit 5f067c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/fortuna/src/eth_utils/eth_gas_oracle.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,13 @@ mod tests {
339339
let rewards = vec![
340340
vec![U256::from(10000)], // Higher than default priority fee (3000)
341341
];
342-
342+
343343
let (max_fee, max_priority_fee) = eip1559_default_estimator(base_fee, rewards);
344-
344+
345345
assert_eq!(max_priority_fee, U256::from(10000));
346-
346+
347347
let surged_base_fee = base_fee * 14 / 10;
348-
348+
349349
assert_eq!(max_fee, surged_base_fee);
350350
}
351351
}

0 commit comments

Comments
 (0)