mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 15:58:19 +02:00
Add space between column suggestions (#2586)
This commit is contained in:
@ -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),
|
||||
);
|
||||
|
Reference in New Issue
Block a user