Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 27, 2023
1 parent 1e3cafe commit 90fd40a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests-integration/src/wal_util/kafka.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pub mod runtime;
#[macro_export]
macro_rules! start_kafka {
() => {
let _ = $crate::wal_util::kafka::runtime::Runtime::default().start().await;
let _ = $crate::wal_util::kafka::runtime::Runtime::default()
.start()
.await;
};
}

0 comments on commit 90fd40a

Please sign in to comment.