Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Nov 12, 2024
1 parent 06d654d commit be3443b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/examples/emit_measurements.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use rand::seq::SliceRandom;
use std::time::{SystemTime, UNIX_EPOCH};
use std::result::Result;
use std::time::{SystemTime, UNIX_EPOCH};

use rdkafka::config::ClientConfig;
use rdkafka::producer::FutureRecord;
use rdkafka::producer::FutureProducer;
use rdkafka::producer::FutureRecord;

use denormalized_examples::Measurment;

Expand Down

0 comments on commit be3443b

Please sign in to comment.