From cd34038cbda4864e4770734c44b18d3e01aa2a28 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 10 May 2020 18:35:55 +0000 Subject: Switch from Optional to std::optional (C++17). Run clang-format. --- src/test/fuzz/hex.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/fuzz/hex.cpp') diff --git a/src/test/fuzz/hex.cpp b/src/test/fuzz/hex.cpp index 5fed17c17..6a8699fd0 100644 --- a/src/test/fuzz/hex.cpp +++ b/src/test/fuzz/hex.cpp @@ -16,7 +16,8 @@ #include #include -void initialize() { +void initialize() +{ static const ECCVerifyHandle verify_handle; } -- cgit v1.2.3