Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Feb 5, 2025
1 parent 5ea883d commit 1561603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stream/src/from_proto/sync_log_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ use risingwave_pb::stream_plan::SyncLogStoreNode;
use risingwave_storage::StateStore;

use crate::common::log_store_impl::kv_log_store::serde::LogStoreRowSerde;
use crate::common::log_store_impl::kv_log_store::{
KvLogStoreMetrics, FIRST_SEQ_ID, KV_LOG_STORE_V2_INFO,
};
use crate::common::log_store_impl::kv_log_store::{KvLogStoreMetrics, KV_LOG_STORE_V2_INFO};
use crate::error::StreamResult;
use crate::executor::{Executor, SyncedKvLogStoreExecutor};
use crate::from_proto::ExecutorBuilder;
Expand Down

0 comments on commit 1561603

Please sign in to comment.