Add newline to end of file
Inline with UNIX convention add a trailing newline to file.
This commit is contained in:
parent
a777942da1
commit
635890322a
|
@ -169,4 +169,4 @@ mod fuzz_dummy {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(fuzzing)]
|
#[cfg(fuzzing)]
|
||||||
pub use self::fuzz_dummy::*;
|
pub use self::fuzz_dummy::*;
|
||||||
|
|
Loading…
Reference in New Issue