Add space between column suggestions (#2586)

This commit is contained in:
Chris Gillespie
2020-09-21 19:14:11 -07:00
committed by GitHub
parent 09429d08aa
commit b133724b38
3 changed files with 13 additions and 5 deletions

View File

@ -273,7 +273,7 @@ where
.map(|x| x.to_owned())
.collect::<Vec<String>>()
.join(","),
names.join(",")
names.join(", ")
),
column_path_tried.span.since(path_members_span),
);