Skip to content

Commit dc36b29

Browse files
committed
End plugconf files with \n
- Closes #258
1 parent dd1a16c commit dc36b29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugconf/plugconf.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ func (pi *ParsedInfo) GeneratePlugconf() ([]byte, error) {
115115
buf.WriteString(f)
116116
}
117117

118+
buf.WriteString("\n")
119+
118120
return buf.Bytes(), nil
119121
}
120122

@@ -695,6 +697,8 @@ endfunction
695697
}
696698
}
697699

700+
buf.WriteString("\n")
701+
698702
return buf.Bytes(), nil
699703
}
700704

0 commit comments

Comments
 (0)