Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Apr 30, 2024
1 parent a15950d commit 1e768c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_util/TimeUnit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
#define TEST_UTIL_TIME_UNIT_HPP

#ifndef NUCLEAR_TEST_TIME_UNIT_NUM
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
#define NUCLEAR_TEST_TIME_UNIT_NUM 1
#endif
#ifndef NUCLEAR_TEST_TIME_UNIT_DEN
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
#define NUCLEAR_TEST_TIME_UNIT_DEN 20
#endif

Expand Down

0 comments on commit 1e768c3

Please sign in to comment.