Run cargo fmt.
This commit is contained in:
parent
2a3d98bff8
commit
57723ef8fb
|
@ -1,6 +1,5 @@
|
|||
#![cfg(feature = "arbitrary")]
|
||||
|
||||
|
||||
macro_rules! gen_tests(
|
||||
($module: ident, $scalar: ty) => {
|
||||
mod $module {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#![cfg(feature = "arbitrary")]
|
||||
|
||||
|
||||
macro_rules! gen_tests(
|
||||
($module: ident, $scalar: ty) => {
|
||||
mod $module {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#![cfg(feature = "arbitrary")]
|
||||
|
||||
|
||||
macro_rules! gen_tests(
|
||||
($module: ident, $scalar: ty) => {
|
||||
mod $module {
|
||||
|
|
Loading…
Reference in New Issue