Skip to content

Commit 1c63e0e

Browse files
authored
Fix trailing whitespace
1 parent de25c4e commit 1c63e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12587,7 +12587,7 @@
1258712587
const set<Key, Compare, Allocator>& y);
1258812588
template<class Key, class Compare, class Allocator>
1258912589
constexpr @\placeholder{synth-three-way-result}@<Key>
12590-
operator<=>(const set<Key, Compare, Allocator>& x,
12590+
operator<=>(const set<Key, Compare, Allocator>& x,
1259112591
const set<Key, Compare, Allocator>& y);
1259212592

1259312593
template<class Key, class Compare, class Allocator>

0 commit comments

Comments
 (0)