Skip to content

Commit 2d086d5

Browse files
committed
WIP: Try to trigger formatting job just to test
1 parent 5f7ab49 commit 2d086d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/include/__new/destroying_delete_t.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ namespace std {
2121
// Enable the declaration even if the compiler doesn't support the language
2222
// feature.
2323
struct destroying_delete_t {
24-
explicit destroying_delete_t() = default;
24+
explicit destroying_delete_t() =
25+
default;
2526
};
2627
inline constexpr destroying_delete_t destroying_delete{};
2728
} // namespace std

0 commit comments

Comments
 (0)