Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lok <[email protected]>
  • Loading branch information
andylokandy committed Dec 27, 2023
1 parent cf5eb8d commit 9f13c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/transaction/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ impl Client {
let keyspace = match config.keyspace {
Some(keyspace) => {
let keyspace = pd.load_keyspace(&keyspace).await?;
Keyspace::Enable { keyspace_id: keyspace.id }
Keyspace::Enable {
keyspace_id: keyspace.id,
}
}
None => Keyspace::Disable,
};
Expand Down

0 comments on commit 9f13c67

Please sign in to comment.