Fixed multiline handling, and did a cargo fmt.

This commit is contained in:
Micheal Smith
2025-10-31 05:34:34 -05:00
parent 138df60661
commit 9719d9203c
4 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
use color_eyre::Result;
use std::{
path::{Path, PathBuf},
use std::path::{
Path,
PathBuf,
};
#[derive(Clone, Debug)]