From 2c445c1207699bcab076650fff0725342ae687ce Mon Sep 17 00:00:00 2001 From: Aster Seker Date: Thu, 4 Sep 2025 03:19:41 +0300 Subject: [PATCH] style(sha1): add trailing newline Append newline at end of sha1.cpp to satisfy linters. --- sha1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sha1.cpp b/sha1.cpp index 432aeef..a529ae8 100644 --- a/sha1.cpp +++ b/sha1.cpp @@ -252,4 +252,4 @@ namespace hmac_hash { } return std::string(buf, (2 * hmac_hash::SHA1::DIGEST_SIZE)); } -} \ No newline at end of file +}