added newline apache.go

This commit is contained in:
Alexander Oleinik 2015-08-29 09:57:02 +00:00
parent 9acf7f688a
commit cc3f492e62
1 changed files with 2 additions and 1 deletions
plugins/apache

View File

@ -20,7 +20,8 @@ type Apache struct {
var sampleConfig = `
# An array of Apache status URI to gather stats.
urls = ["http://localhost/server-status?auto"]`
urls = ["http://localhost/server-status?auto"]
`
func (n *Apache) SampleConfig() string {
return sampleConfig