mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Fix typo in comment
This commit is contained in:
parent
c7caed4cac
commit
be911b4609
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -147,7 +147,7 @@ func execute(cmd *cobra.Command, args []string) error {
|
|||
for i, s := range lines {
|
||||
fmt.Print(strings.TrimSpace(s))
|
||||
|
||||
// don't add an artifical newline after the last split
|
||||
// don't add an artificial newline after the last split
|
||||
if i+1 < len(lines) {
|
||||
fmt.Println()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue