We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d8010 commit 10db59cCopy full SHA for 10db59c
1 file changed
source/code2text/src/main.rs
@@ -291,13 +291,10 @@ where
291
if args.sort_list {
292
words.sort();
293
}
294
-
295
writeln!(w, "{}: {{", "generated words".green()).expect("on write");
296
297
for word in &words {
298
write!(w, "{} ", word).expect("on write");
299
300
301
writeln!(w, "\n}}").expect("on write");
302
writeln!(w).expect("on write");
303
if args.ofile != "<STDOUT>" {
0 commit comments