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 committed Apr 18, 2019
1 parent 81c27c4 commit d1d18ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugconf/plugconf.go
Expand Up @@ -115,8 +115,6 @@ func (pi *ParsedInfo) GeneratePlugconf() ([]byte, error) {
buf.WriteString(f)
}

buf.WriteString("\n")

return buf.Bytes(), nil
}

Expand Down Expand Up @@ -697,8 +695,6 @@ endfunction
}
}

buf.WriteString("\n")

return buf.Bytes(), nil
}

Expand Down

0 comments on commit d1d18ba

Please sign in to comment.