Skip to content

Commit

Permalink
Add newline to end of file
Browse files Browse the repository at this point in the history
Inline with UNIX convention add a trailing newline to file.
  • Loading branch information
tcharding committed Nov 17, 2022
1 parent a777942 commit 6358903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secp256k1-sys/src/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ mod fuzz_dummy {
}

#[cfg(fuzzing)]
pub use self::fuzz_dummy::*;
pub use self::fuzz_dummy::*;

0 comments on commit 6358903

Please sign in to comment.