Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 8, 2024
1 parent c1186e0 commit 48cc25d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/clients/oltp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pub fn launch(
config: &Config,
work_receiver: Receiver<ClientWorkItemKind<OltpRequest>>,
) -> Option<Runtime> {
if config.storage().is_none() {
debug!("No storage configuration specified");
return None;
}
if config.storage().is_none() {
debug!("No storage configuration specified");
return None;
}

debug!("Launching clients...");

Expand Down

0 comments on commit 48cc25d

Please sign in to comment.