Skip to content

Commit 6358903

Browse files
committed
Add newline to end of file
Inline with UNIX convention add a trailing newline to file.
1 parent a777942 commit 6358903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp256k1-sys/src/recovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ mod fuzz_dummy {
169169
}
170170

171171
#[cfg(fuzzing)]
172-
pub use self::fuzz_dummy::*;
172+
pub use self::fuzz_dummy::*;

0 commit comments

Comments
 (0)