Add newline to end of file

Inline with UNIX convention add a trailing newline to file.
This commit is contained in:
Tobin C. Harding 2022-11-18 07:56:54 +11:00
parent a777942da1
commit 635890322a
1 changed files with 1 additions and 1 deletions

View File

@ -169,4 +169,4 @@ mod fuzz_dummy {
} }
#[cfg(fuzzing)] #[cfg(fuzzing)]
pub use self::fuzz_dummy::*; pub use self::fuzz_dummy::*;