From c9d6b95ca51dae0996813c4266ca08d29295e01a Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 20 May 2026 00:06:30 +0200 Subject: [PATCH] main.rs formatted --- zshell-img-tools/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};