Skip to content

Commit ec0b2fa

Browse files
committed
Add underscores for better readability
1 parent 479d8d4 commit ec0b2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ where
295295
fn polynomial() -> WeightToFeeCoefficients<Self::Balance> {
296296
let coefficient = WeightToFeeCoefficient {
297297
coeff_integer: 0,
298-
coeff_frac: Perbill::from_parts(1000000),
298+
coeff_frac: Perbill::from_parts(1_000_000),
299299
negative: false,
300300
degree: 1,
301301
};

0 commit comments

Comments
 (0)