Skip to content

Commit

Permalink
Remove double space from create message
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum tim.mccallum@fermyon.com

Signed-off-by: Timothy McCallum <tim.mccallum@fermyon.com>
Signed-off-by: tpmccallum <tim.mccallum@fermyon.com>
  • Loading branch information
tpmccallum committed May 8, 2024
1 parent b60be9c commit c10c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/key_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl CreateCommand {
.create_key_value_store(&self.name, None)
.await
.with_context(|| format!("Error creating key value store '{}'", self.name))?;
println!(r#"Key value store "{}" created"#, self.name);
println!(r#"Key value store "{}" created"#, self.name);
Ok(())
}
}
Expand Down

0 comments on commit c10c581

Please sign in to comment.