From 51011beea3ad00da04c2eb3d264dacea3bdcac24 Mon Sep 17 00:00:00 2001 From: Tom0Brien Date: Wed, 3 Apr 2024 16:55:13 +1100 Subject: [PATCH] Clang tidy --- tests/individual/BaseClock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/individual/BaseClock.cpp b/tests/individual/BaseClock.cpp index 95604568b..788cdd2c6 100644 --- a/tests/individual/BaseClock.cpp +++ b/tests/individual/BaseClock.cpp @@ -105,7 +105,7 @@ TEST_CASE("Testing base clock works correctly", "[api][base_clock]") { // Compute the differences between the time pairs int match_count = 0; for (const auto& time_pairs : times) { - using namespace std::chrono; + using namespace std::chrono; // NOLINT(google-build-using-namespace) const std::time_t ntt = system_clock::to_time_t( system_clock::time_point(duration_cast(time_pairs.first.time_since_epoch()))); const std::time_t stt = system_clock::to_time_t(