Skip to content

Commit f5ab0cb

Browse files
authored
[queue.defn] Remove superfluous whitespaces (cplusplus#8401)
1 parent 726f686 commit f5ab0cb

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
@@ -15668,7 +15668,7 @@
1566815668
using reference = Container::reference;
1566915669
using const_reference = Container::const_reference;
1567015670
using size_type = Container::size_type;
15671-
using container_type = Container;
15671+
using container_type = Container;
1567215672

1567315673
protected:
1567415674
Container c;

0 commit comments

Comments
 (0)