Skip to content

Commit b6181a7

Browse files
committed
Add space
1 parent 283b160 commit b6181a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/name_canonicalization.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,11 +758,11 @@ gb_internal void write_type_to_canonical_string(TypeWriter *w, Type *type) {
758758
}
759759

760760
if (f->flags & EntityFlags_IsSubtype) {
761-
type_writer_appendc(w, "#subtype");
761+
type_writer_appendc(w, "#subtype ");
762762
}
763763

764764
if (f->flags & EntityFlag_Using) {
765-
type_writer_appendc(w, "using");
765+
type_writer_appendc(w, "using ");
766766
}
767767
type_writer_append(w, f->token.string.text, f->token.string.len);
768768
type_writer_appendc(w, CANONICAL_TYPE_SEPARATOR);

0 commit comments

Comments
 (0)