From 7ca13712e2726838f70cb9b364e0350c6840388e Mon Sep 17 00:00:00 2001 From: cornerot Date: Tue, 6 Oct 2015 17:09:10 +0300 Subject: [PATCH] add tabs in the sampleConfig var --- plugins/apache/apache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/apache/apache.go b/plugins/apache/apache.go index f4098b331..e90567826 100644 --- a/plugins/apache/apache.go +++ b/plugins/apache/apache.go @@ -19,8 +19,8 @@ type Apache struct { } var sampleConfig = ` -# An array of Apache status URI to gather stats. -urls = ["http://localhost/server-status?auto"] + # An array of Apache status URI to gather stats. + urls = ["http://localhost/server-status?auto"] ` func (n *Apache) SampleConfig() string {