ksud: rust FMT

This commit is contained in:
Rifat Azad
2025-06-25 13:25:28 +06:00
parent 39f20bf573
commit 78eb3b0b22
20 changed files with 45 additions and 53 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use anyhow::{Context, Ok, Result, ensure};
use anyhow::{ensure, Context, Ok, Result};
use std::{
path::{Path, PathBuf},
process::Command,