Skip to content

Commit

Permalink
Revert "End plugconf files with \n"
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru authored and hupfdule committed Nov 21, 2019
1 parent 96d24a1 commit f47beb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugconf/plugconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ func (pi *ParsedInfo) GeneratePlugconf() ([]byte, error) {
buf.WriteString(f)
}

buf.WriteString("\n")

return buf.Bytes(), nil
}

Expand Down Expand Up @@ -700,8 +698,6 @@ endfunction
}
}

buf.WriteString("\n")

return buf.Bytes(), nil
}

Expand Down

0 comments on commit f47beb7

Please sign in to comment.