chore: Update Cargo.lock and apply cargo fmt
Assisted-by: Claude Opus 4.6 via pi
diff --git a/Cargo.lock b/Cargo.lock
index 0345cd8..0ce0574 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -673,9 +673,9 @@ dependencies = [
[[package]]
name = "serde-kdl2"
-version = "0.1.1-alpha.5"
+version = "0.1.1-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a493fc9d82a61b70ff3575cf934cb9cceefc4d8836856b788b9fe1040c098eb1"
+checksum = "d2f4e8799918040f88aaf3fae3d26fa405ca45b66eb653aecc597cfe9709170a"
dependencies = [
"kdl",
"serde",
diff --git a/src/main.rs b/src/main.rs
index 3e64afc..f50db97 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -61,7 +61,12 @@ fn main() -> Result<()> {
// Completions doesn't need workspace resolution.
if let Cmd::Completions { shell } = command {
- clap_complete::generate(shell, &mut Cli::command(), "ramekin", &mut std::io::stdout());
+ clap_complete::generate(
+ shell,
+ &mut Cli::command(),
+ "ramekin",
+ &mut std::io::stdout(),
+ );
return Ok(());
}