Skip to content

Commit

Permalink
refactor: fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 2, 2022
1 parent 794a6ba commit d997804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppelgaenger-input/src/processor.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::ApplicationConfig;
use bson::{Bson, Document};
use chrono::{Duration, Utc};
use chrono::Utc;
use cloudevents::{
binding::rdkafka::MessageExt, event::ExtensionValue, AttributesReader, Data, Event,
};
Expand Down

0 comments on commit d997804

Please sign in to comment.