From 9c015d9ce396ed8038634bc29d7c09ed42b567dd Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Mon, 29 Nov 2021 13:17:16 +1100 Subject: [PATCH] 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. --- src/util/schnorr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/schnorr.rs b/src/util/schnorr.rs index c85e7258..a7bba40f 100644 --- a/src/util/schnorr.rs +++ b/src/util/schnorr.rs @@ -82,4 +82,4 @@ impl TweakedPublicKey { &self.0 } -} \ No newline at end of file +}