From 03250cf596550bf3ba0979bd1b878999c256ac46 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Mon, 29 May 2017 14:19:18 +0200 Subject: [PATCH] Fix formatting --- cluster_stats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster_stats.go b/cluster_stats.go index 8fcce4d6e..8c5374d0f 100644 --- a/cluster_stats.go +++ b/cluster_stats.go @@ -185,7 +185,7 @@ type ClusterStatsIndicesFieldData struct { MemorySize string `json:"memory_size"` // e.g. "61.3kb" MemorySizeInBytes int64 `json:"memory_size_in_bytes"` Evictions int64 `json:"evictions"` - Fields map[string]struct { + Fields map[string]struct { MemorySize string `json:"memory_size"` // e.g. "61.3kb" MemorySizeInBytes int64 `json:"memory_size_in_bytes"` } `json:"fields"` @@ -205,7 +205,7 @@ type ClusterStatsIndicesIdCache struct { type ClusterStatsIndicesCompletion struct { Size string `json:"size"` // e.g. "61.3kb" SizeInBytes int64 `json:"size_in_bytes"` - Fields map[string]struct { + Fields map[string]struct { Size string `json:"size"` // e.g. "61.3kb" SizeInBytes int64 `json:"size_in_bytes"` } `json:"fields"`