diff --git a/zshell-img-tools/src/main.rs b/zshell-img-tools/src/main.rs index b142628..73c8d30 100644 --- a/zshell-img-tools/src/main.rs +++ b/zshell-img-tools/src/main.rs @@ -1,7 +1,7 @@ mod config; mod effects; -use anyhow::{bail, Context, Result}; +use anyhow::{Context, Result, bail}; use std::io::Write as _; use std::process::{Command, Stdio};