We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1641833 commit f583b0fCopy full SHA for f583b0f
1 file changed
src/factory.rs
@@ -116,7 +116,7 @@ impl PersonalInformation {
116
for item in &info {
117
if item.len() < longest_info {longest_info = item.len()}
118
}
119
- let top_text = "| \u{001b}[1m" + card_top_text +"\u{001b}[22m";
+ let top_text = ["| \u{001b}[1m" , card_top_text ,"\u{001b}[22m"].concat();
120
println!("\u{001b}[2J");
121
print_a_line(logo[0].len() + 70);
122
for i in 0..logo.len() {
0 commit comments