Add newline to end of file

Idiomatic UNIX file handling leaves files with a newline at the end.

Add newline to end of `schnorr` module.
This commit is contained in:
Tobin Harding 2021-11-29 13:17:16 +11:00
parent 31f0beb8df
commit 9c015d9ce3
1 changed files with 1 additions and 1 deletions

View File

@ -82,4 +82,4 @@ impl TweakedPublicKey {
&self.0
}
}
}