Skip to content

Commit

Permalink
fix: typos in documentation files (#190)
Browse files Browse the repository at this point in the history
* Update main.rs

* Fix rustfmt errors

---------

Co-authored-by: Игорь <[email protected]>
  • Loading branch information
2 people authored and arnaucube committed Jan 22, 2025
1 parent 464dc80 commit 4430c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use ::clap::Parser;
use ark_serialize::Write;
use clap::Parser;
use settings::Cli;
use std::path::Path;
use std::{fs, io};
Expand Down

0 comments on commit 4430c86

Please sign in to comment.