Skip to content

Commit c315df7

Browse files
committed
fix fmt
1 parent 4a553bf commit c315df7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ impl Config {
4747
process::exit(2);
4848
}
4949
regex::Error::CompiledTooBig(e) => {
50-
eprintln!("Compiled regular expression too big: compiled size cannot exceed {} bytes", e);
50+
eprintln!(
51+
"Compiled regular expression too big: compiled size cannot exceed {} bytes",
52+
e
53+
);
5154
process::exit(2);
5255
}
5356
_ => {

0 commit comments

Comments
 (0)