Skip to content

Commit

Permalink
Avoid formatting diff output
Browse files Browse the repository at this point in the history
  • Loading branch information
leonklingele authored and mkchoi212 committed Jan 2, 2018
1 parent f3b8a5c commit 1148f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (

func printLines(v *gocui.View, lines []string) {
for _, line := range lines {
fmt.Fprintf(v, line)
fmt.Fprint(v, line)
}
}

Expand Down

0 comments on commit 1148f98

Please sign in to comment.