Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit f4d87fa

Browse files
committed
style: run clang-format
1 parent c21e9b7 commit f4d87fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/proxy_reflection_tests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ struct TraitsReflector {
1717
is_copy_constructible_(std::is_copy_constructible_v<T>),
1818
is_nothrow_move_constructible_(std::is_nothrow_move_constructible_v<T>),
1919
is_nothrow_destructible_(std::is_nothrow_destructible_v<T>),
20-
is_trivial_(std::is_trivially_default_constructible_v<T> && std::is_trivially_copyable_v<T>) {}
20+
is_trivial_(std::is_trivially_default_constructible_v<T> &&
21+
std::is_trivially_copyable_v<T>) {}
2122

2223
template <class Self, class R>
2324
struct accessor {

0 commit comments

Comments
 (0)