Skip to content

Commit 93246bf

Browse files
crumplecupCopilot
andcommitted
merge: dev → main — fix lint formatting in proof_crate_gen
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2 parents 409fbe8 + 523090f commit 93246bf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

crates/elicitation/src/cli/generate/proof_crate_gen.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,11 @@ fn write_why3find_json(dir: &Path) -> anyhow::Result<()> {
710710
/// On first generation the stub README explains that this is an auto-generated
711711
/// proof crate and how to regenerate it. On subsequent runs it is left alone
712712
/// so users can customize it freely.
713-
fn write_readme_if_absent(dir: &Path, proof_name: &str, primary_source: &str) -> anyhow::Result<()> {
713+
fn write_readme_if_absent(
714+
dir: &Path,
715+
proof_name: &str,
716+
primary_source: &str,
717+
) -> anyhow::Result<()> {
714718
let path = dir.join("README.md");
715719
if path.exists() {
716720
println!("Skipped (exists): {}", path.display());

0 commit comments

Comments
 (0)