From cc3f492e62bf2d18db32c635e7076fc950c96fc7 Mon Sep 17 00:00:00 2001 From: Alexander Oleinik Date: Sat, 29 Aug 2015 09:57:02 +0000 Subject: [PATCH] added newline apache.go --- plugins/apache/apache.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/apache/apache.go b/plugins/apache/apache.go index ca91acf9d..307f84907 100644 --- a/plugins/apache/apache.go +++ b/plugins/apache/apache.go @@ -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