mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
refactor: change user tui printout to remove weird line missalignment
This commit is contained in:
@@ -109,7 +109,7 @@ func loadData(author_file string) {
|
||||
|
||||
for scanner.Scan() {
|
||||
//very hacky it basically just ensure glamour doesn't format the email
|
||||
cnt.WriteString(":\b" + scanner.Text() + "\n")
|
||||
cnt.WriteString(" " + scanner.Text() + "\n")
|
||||
}
|
||||
|
||||
content = cnt.String()
|
||||
|
||||
Reference in New Issue
Block a user