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:
parent
31f0beb8df
commit
9c015d9ce3
|
@ -82,4 +82,4 @@ impl TweakedPublicKey {
|
||||||
&self.0
|
&self.0
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue