From ad0986556219887a51ddf8565d6e8f6655bf3f83 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Thu, 10 May 2018 10:27:18 -0500 Subject: [PATCH] fix spacing --- agent/config/runtime_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index d146fd52c1..7c1d0ad611 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_test.go @@ -2421,7 +2421,7 @@ func TestFullConfig(t *testing.T) { }, "protocol": 30793, "raft_protocol": 19016, - "raft_snapshot_threshold": 16384, + "raft_snapshot_threshold": 16384, "reconnect_timeout": "23739s", "reconnect_timeout_wan": "26694s", "recursors": [ "63.38.39.58", "92.49.18.18" ], @@ -2853,7 +2853,7 @@ func TestFullConfig(t *testing.T) { } protocol = 30793 raft_protocol = 19016 - raft_snapshot_threshold = 16384 + raft_snapshot_threshold = 16384 reconnect_timeout = "23739s" reconnect_timeout_wan = "26694s" recursors = [ "63.38.39.58", "92.49.18.18" ]