Skip to content

Commit 10c5fa4

Browse files
remove trailing spaces
Co-authored-by: A. Jiang <[email protected]>
1 parent 9740ad0 commit 10c5fa4

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/libcxx/ranges/range.utility/range.utility.conv

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/ranges/range.utility/range.utility.conv/to.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ void test() {
6868
(void)std::ranges::to<color>(
6969
R{}); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
7070
(void)(R{} | std::ranges::to<
71-
color>()); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
71+
color>()); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
7272
}

0 commit comments

Comments
 (0)