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
vtjl10 and Игорь authored Jan 2, 2025
1 parent 7cff19c commit 0ecf5c9
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 0ecf5c9

Please sign in to comment.