summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-10-15 19:37:42 +0200
committerSanto Cariotti <santo@dcariotti.me>2021-10-15 19:38:28 +0200
commit0bc41054fbafbe2394a158e06850347243457b53 (patch)
treebe2c64c5309e30d4917b4a43c6ecb8f6a94a22aa /tests
parentfc9b28a97b9c8124840a82d798b7b1be18ecad43 (diff)
style: clang-formatmain
Diffstat (limited to 'tests')
-rw-r--r--tests/test_sha256.cc3
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();