Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalus committed Jan 12, 2025
1 parent e399f0b commit d5256fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub async fn init(prometheus: &PrometheusMetrics) -> anyhow::Result<()> {
info!("Connector received shutdown signal!");
}
});

match connectors.connectors {
Connectors::KafkaSink(config) => {
run_kafka2parseable(config, registry, processor, shutdown_handle).await?
Expand Down

0 comments on commit d5256fd

Please sign in to comment.