Skip to content

Commit

Permalink
Fix rustfmt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Игорь authored and Игорь committed Jan 1, 2025
1 parent bccf06c commit e0c622e
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 e0c622e

Please sign in to comment.