Skip to content

Commit 0345b99

Browse files
authored
[meta.type.synop] Fix indentation
1 parent 06614c2 commit 0345b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
constexpr bool @\libglobal{is_final_v}@ = is_final<T>::value;
454454
template<class T>
455455
constexpr bool @\libglobal{is_aggregate_v}@ = is_aggregate<T>::value;
456-
template<class T>
456+
template<class T>
457457
constexpr bool @\libglobal{is_consteval_only_v}@ = is_consteval_only<T>::value;
458458
template<class T>
459459
constexpr bool @\libglobal{is_signed_v}@ = is_signed<T>::value;

0 commit comments

Comments
 (0)