Skip to content

Commit 0def151

Browse files
committed
fix: format error
1 parent af9668d commit 0def151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/parser_file_in_file_out.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use std::{
1010
io::{Read, Write},
1111
};
1212

13-
use clap::{Arg, Command};
1413
use bencode2json::parsers::BencodeParser;
14+
use clap::{Arg, Command};
1515

1616
fn main() {
1717
let matches = Command::new("parser_file_in_file_out")

0 commit comments

Comments
 (0)