Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Aug 5, 2024
1 parent 5a289d6 commit cb7b177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinks/elastic/run.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use elasticsearch::{params::OpType, Elasticsearch, IndexParts, http::StatusCode};
use elasticsearch::{http::StatusCode, params::OpType, Elasticsearch, IndexParts};
use serde::Serialize;
use serde_json::json;
use std::sync::Arc;
Expand Down

0 comments on commit cb7b177

Please sign in to comment.