From 88274bdd0596ad2a7218970150aeae40b3945160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Thu, 2 Jun 2016 15:27:15 +0200 Subject: [PATCH] Fix indent. --- plugins/inputs/webhooks/webhooks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/webhooks/webhooks.go b/plugins/inputs/webhooks/webhooks.go index ce27f48f8..48dc98f50 100644 --- a/plugins/inputs/webhooks/webhooks.go +++ b/plugins/inputs/webhooks/webhooks.go @@ -42,7 +42,7 @@ func (wb *Webhooks) SampleConfig() string { path = "/github" [inputs.webhooks.rollbar] - path = "/rollbar" + path = "/rollbar" ` }