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

@@ -6,7 +6,7 @@ use std::os::unix::fs::symlink;
use std::path::{Path, PathBuf};
use std::process::Command;
use anyhow::{anyhow, Context, Result};
use anyhow::{Context, Result, anyhow};
const BACKUP_SUFFIX: &str = ".ahab-bak";
const LOCAL_NAMESPACE: &str = "_local";