Skip to content

Commit 43b3f50

Browse files
committed
FIX: Fix clang-tidy ignore
1 parent 60314db commit 43b3f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datetime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// NOLINTNEXTLINE(modernize-deprecated-headers): no thread-safe version in STL
21
#include "databento/datetime.hpp"
32

3+
// NOLINTNEXTLINE(modernize-deprecated-headers): no thread-safe version in STL
44
#include <time.h> // gmtime_r or gmtime_s
55

66
#include <array>

0 commit comments

Comments
 (0)