Skip to content

Commit ac3d088

Browse files
committed
reformatted
1 parent 844495c commit ac3d088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/static_string/include/ut/static_string/static_string.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef UT_STATIC_STRING_HPP
22
#define UT_STATIC_STRING_HPP
33

4-
#if __cplusplus < 202002L
5-
#error this file has to be compiled with at least C++20
4+
#if __cplusplus < 202'002L
5+
# error this file has to be compiled with at least C++20
66
#endif
77

88
/**Usage:

0 commit comments

Comments
 (0)