Skip to content

Commit

Permalink
fix: format error
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 1, 2024
1 parent af9668d commit 0def151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parser_file_in_file_out.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use std::{
io::{Read, Write},
};

use clap::{Arg, Command};
use bencode2json::parsers::BencodeParser;
use clap::{Arg, Command};

fn main() {
let matches = Command::new("parser_file_in_file_out")
Expand Down

0 comments on commit 0def151

Please sign in to comment.