From 0bc41054fbafbe2394a158e06850347243457b53 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 15 Oct 2021 19:37:42 +0200 Subject: style: clang-format --- tests/test_sha256.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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(); -- cgit v1.2.3-18-g5258