Skip to content

Commit bec7e21

Browse files
committed
Updated replaced with space char
1 parent a60494b commit bec7e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/code2text/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fn remove_chars(input: String) -> String {
124124
for i in input.chars() {
125125
match i {
126126
'\'' | '\"' | '.' => {
127-
continue;
127+
new_value.push(' ');
128128
}
129129
_=> {
130130
new_value.push(i);

0 commit comments

Comments
 (0)