style: run cargo fmt

This commit is contained in:
2026-09-04 09:17:48 +00:00
parent e10e1fb017
commit 8751c39cce
6 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ use std::fs::create_dir;
use std::io::Write;
use std::path::{Path, PathBuf};
use anyhow::{anyhow, Result};
use anyhow::{Result, anyhow};
use crate::command_builder::CommandBuilder;
use crate::{create_file, safe_create_file};