Skip to content

Commit 949fb2a

Browse files
committed
format
1 parent 82feb81 commit 949fb2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utki/debug.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ SOFTWARE.
4444
namespace utki {
4545
using std_source_location = std::source_location;
4646
} // namespace utki
47+
4748
# else
4849
# include <experimental/source_location>
4950

5051
namespace utki {
5152
using std_source_location = std::experimental::source_location;
5253
} // namespace utki
54+
5355
# endif
5456
#endif
5557

0 commit comments

Comments
 (0)