Skip to content

Commit d1bb3dc

Browse files
authored
empty line beginning
1 parent e19fb33 commit d1bb3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct Info {
1414
impl fmt::Display for Info {
1515
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1616
let mut s = String::new();
17-
s.push_str(&("Project: ".blue().bold().to_string() + &format!("{}\n", self.project_name)));
17+
s.push_str(&("\nProject: ".blue().bold().to_string() + &format!("{}\n", self.project_name)));
1818
s.push_str(&("Language: ".blue().bold().to_string() + &format!("{}\n", self.language)));
1919
s.push_str(&("Author: ".blue().bold().to_string() + &format!("{}\n", self.author)));
2020
s.push_str(&("Repo: ".blue().bold().to_string() + &format!("{}\n", self.repo)));

0 commit comments

Comments
 (0)