aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-12-17 21:49:37 -0800
committerBryan Newbold <bnewbold@archive.org>2020-12-17 21:49:37 -0800
commit8b844d4b5897a8391a849ffd46c93e94baeaf224 (patch)
treeb18286b62f3015ca18ccbed99de8fe2c25d6d8d2
parentabe3f27fdb6d1cd90189f423ffb4ec7e485d1b72 (diff)
downloades-public-proxy-8b844d4b5897a8391a849ffd46c93e94baeaf224.tar.gz
es-public-proxy-8b844d4b5897a8391a849ffd46c93e94baeaf224.zip
make fmtv0.2.4
-rw-r--r--src/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.rs b/src/parse.rs
index 8f0ddea..a22e676 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -744,7 +744,7 @@ pub struct DateHistogramAggregation {
#[derive(Serialize, Deserialize, Debug)]
#[serde(deny_unknown_fields)]
pub struct CompositeAggregation {
- sources: Vec<HashMap<String,ApiAggregation>>,
+ sources: Vec<HashMap<String, ApiAggregation>>,
#[serde(skip_serializing_if = "Option::is_none")]
size: Option<u32>,
#[serde(skip_serializing_if = "Option::is_none")]