Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aloise committed Nov 20, 2020
1 parent e5cbc56 commit 1f086ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elasticsearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ pub enum SortOrder {
pub struct QueryResult<I, T> {
pub hits: QueryHits<I, T>,
#[serde(rename = "_scroll_id")]
pub scroll_id: Option<String>
pub scroll_id: Option<String>,
}

#[derive(Clone, Debug, Deserialize)]
Expand Down

0 comments on commit 1f086ba

Please sign in to comment.