From 22c441a3d3ed1f9707c63d6a322172095c1ed4e0 Mon Sep 17 00:00:00 2001 From: Buffrr Date: Sat, 25 Apr 2026 19:08:53 +0200 Subject: [PATCH] style: drop trailing whitespace in checkpoint builder Args --- checkpoint/src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkpoint/src/builder.rs b/checkpoint/src/builder.rs index 9201e20..51d9da1 100644 --- a/checkpoint/src/builder.rs +++ b/checkpoint/src/builder.rs @@ -53,7 +53,7 @@ struct Args { /// AWS CLI profile name #[arg(long, requires = "upload")] profile: Option, - + /// Path of a Rust source file to write the checkpoint constant to. /// Skipped if not set. Typically `checkpoint/src/integrity.rs` from a /// workspace checkout; irrelevant on servers.