Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
  • Loading branch information
mihaibudiu committed May 14, 2024
1 parent 0c49676 commit 1af67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dbsp/src/operator/time_series/rolling_aggregate.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::dynamic::Erase;
use crate::trace::BatchReaderFactories;
use crate::{
algebra::{UnsignedPrimInt, MulByRef},
algebra::{MulByRef, UnsignedPrimInt},
dynamic::{DowncastTrait, DynData, DynDataTyped, DynOpt, DynPair, DynWeight},
operator::{
dynamic::{
Expand Down

0 comments on commit 1af67b6

Please sign in to comment.