Skip to content

Commit

Permalink
Fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 19, 2024
1 parent 79064fc commit c3be6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

#ifndef SRC_TEST_MACROS_HPP
#ifndef SRC_TEST_MACROS_HPP // NOLINT(llvm-header-guard)
#define SRC_TEST_MACROS_HPP

// This is an internal header used for unit-tests.
Expand Down

0 comments on commit c3be6ec

Please sign in to comment.