Skip to content
Snippets Groups Projects
Tomas Pecka's avatar
Tomáš Pecka authored
Many data structures had wrong spacing when outputting with operator<<
for the data structure. For example, see the missing space between
content and alphabet in string::LinearString.

 (LinearString content = [a, a, c, c, a]alphabet = {a, c})

Let's fix that, it bothered me for quite a long time.
942fbcc9
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.