Skip to content

Commit b0de67c

Browse files
committed
attempt to satisfy clang-format lint ci
1 parent b990541 commit b0de67c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/beman/any_view/detail/unique_address.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#ifndef BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
44
#define BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
55

6+
//clang-format off
67
#if !defined(__has_include) || __has_include(<beman/any_view/config.hpp>)
78
#include <beman/any_view/config.hpp>
89
#else
@@ -15,5 +16,6 @@
1516
#define BEMAN_ANY_VIEW_NO_UNIQUE_ADDRESS() [[no_unique_address]]
1617
#endif
1718
#endif
19+
//clang-format on
1820

1921
#endif

0 commit comments

Comments
 (0)