Fix indentation in pmt_tests macro
The macro has unusual indentation, fix to to be more regular.
This commit is contained in:
parent
a7edbfb52e
commit
5076579fb9
|
@ -523,7 +523,8 @@ mod tests {
|
||||||
}
|
}
|
||||||
)*
|
)*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "rand-std")]
|
#[cfg(feature = "rand-std")]
|
||||||
pmt_tests!(
|
pmt_tests!(
|
||||||
pmt_test_1,
|
pmt_test_1,
|
||||||
|
|
Loading…
Reference in New Issue