Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyc committed Nov 7, 2024
1 parent ec28adb commit d20e0a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/core/src/datasource/kafka/kafka_stream_read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use arrow_array::{Array, ArrayRef, PrimitiveArray, RecordBatch, StringArray, Str
use arrow_schema::{DataType, Field, SchemaRef, TimeUnit};
use crossbeam::channel;
use denormalized_orchestrator::channel_manager::{create_channel, get_sender, take_receiver};
use denormalized_orchestrator::orchestrator::{OrchestrationMessage};
use denormalized_orchestrator::orchestrator::OrchestrationMessage;
use futures::executor::block_on;
use log::{debug, error};
use serde::{Deserialize, Serialize};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ use datafusion::{
};

use denormalized_orchestrator::{
channel_manager::take_receiver,
orchestrator::{OrchestrationMessage},
channel_manager::take_receiver, orchestrator::OrchestrationMessage,
};
use futures::{executor::block_on, Stream, StreamExt};
use log::debug;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use datafusion::{
};
use denormalized_orchestrator::{
channel_manager::{create_channel, get_sender},
orchestrator::{OrchestrationMessage},
orchestrator::OrchestrationMessage,
};
use futures::{Stream, StreamExt};
use tracing::debug;
Expand Down

0 comments on commit d20e0a0

Please sign in to comment.