diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-10-15 19:37:42 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-10-15 19:38:28 +0200 |
commit | 0bc41054fbafbe2394a158e06850347243457b53 (patch) | |
tree | be2c64c5309e30d4917b4a43c6ecb8f6a94a22aa /tests | |
parent | fc9b28a97b9c8124840a82d798b7b1be18ecad43 (diff) |
style: clang-formatmain
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_sha256.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_sha256.cc b/tests/test_sha256.cc index a9ab7ad..4860a73 100644 --- a/tests/test_sha256.cc +++ b/tests/test_sha256.cc @@ -2,7 +2,8 @@ #include "catch.hpp" #include "sha256.h" -TEST_CASE("SHA256 digest", "[format]") { +TEST_CASE("SHA256 digest", "[format]") +{ auto sha = hmacsha256::SHA256("hello, world"); sha.digest(); |