From 1cf9e5840a90c358f79cf16d994d120fc14d6615 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 26 Jun 2013 11:49:49 +0200 Subject: [PATCH] Fix whitespace in config.proto. --- config/config.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.proto b/config/config.proto index e282801a8..c36cf5378 100644 --- a/config/config.proto +++ b/config/config.proto @@ -59,9 +59,9 @@ message JobConfig { // information for a job. When this field is provided, no target_group // elements may be set. optional string sd_name = 3; - // Discovery refresh period when using DNS-SD to discover targets. Must be a - // valid Prometheus duration string in the form "[0-9]+[smhdwy]". - optional string sd_refresh_interval = 4 [default = "30s"]; + // Discovery refresh period when using DNS-SD to discover targets. Must be a + // valid Prometheus duration string in the form "[0-9]+[smhdwy]". + optional string sd_refresh_interval = 4 [default = "30s"]; // List of labeled target groups for this job. Only legal when DNS-SD isn't // used for a job. repeated TargetGroup target_group = 5;