Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Sep 22, 2023
1 parent b5c6112 commit 4905a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stream/src/from_proto/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ impl ExecutorBuilder for ChainExecutorBuilder {
Schema {
fields: output_schema_fields,
}
}
else if matches!(node.chain_type(), ChainType::Backfill) {
} else if matches!(node.chain_type(), ChainType::Backfill) {
Schema::new(
output_indices
.iter()
Expand Down

0 comments on commit 4905a3c

Please sign in to comment.