Skip to content

Commit

Permalink
refactor: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Mar 30, 2024
1 parent e031f38 commit d5f6ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsays/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
use clap::{App, Arg};
use ferris_says::*;
use std::{
fs,
error::Error,
fs,
io::{stderr, stdin, stdout, BufWriter, Read, Write},
process::exit,
str,
Expand Down

0 comments on commit d5f6ec6

Please sign in to comment.