From 817d2764b64bfff95c1f1cf35f46c8f43b91ade1 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 3 Mar 2020 23:53:28 +0200 Subject: [PATCH] Fix bench tidy warning --- tests/test_errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_errors.cpp b/tests/test_errors.cpp index 613a9012..e22fafef 100644 --- a/tests/test_errors.cpp +++ b/tests/test_errors.cpp @@ -9,7 +9,7 @@ class failing_sink : public spdlog::sinks::base_sink { public: failing_sink() = default; - ~failing_sink() final = default; + ~failing_sink() = default; protected: void sink_it_(const spdlog::details::log_msg &) final