Skip to content

Commit 06a9c6d

Browse files
committed
cargo fmt
1 parent 72b5911 commit 06a9c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/hyperdrive-test-utils/src/chain

crates/hyperdrive-test-utils/src/chain/deploy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ impl Default for TestChainConfig {
226226
factory_max_position_duration: U256::from(60 * 60 * 24 * 365 * 10), // 10 years
227227
factory_min_circuit_breaker_delta: uint256!(0.15e18),
228228
factory_max_circuit_breaker_delta: uint256!(2e18),
229-
factory_min_fixed_apr: uint256!(0.001*1e18),
229+
factory_min_fixed_apr: uint256!(0.001 * 1e18),
230230
factory_max_fixed_apr: uint256!(10e18),
231231
factory_min_time_stretch_apr: uint256!(0),
232232
factory_max_time_stretch_apr: uint256!(10e18),

0 commit comments

Comments
 (0)