From fbf88ec144e7da1287d0aa18033b97e31e5f82b1 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 23 Jun 2026 14:06:46 -0600 Subject: [PATCH] fmt: applied formatting --- src/bin/gman/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/gman/cli.rs b/src/bin/gman/cli.rs index 1f9dc1c..fe74596 100644 --- a/src/bin/gman/cli.rs +++ b/src/bin/gman/cli.rs @@ -1,8 +1,8 @@ use crate::command::preview_command; -use anyhow::{anyhow, Context, Result}; +use anyhow::{Context, Result, anyhow}; use clap_complete::CompletionCandidate; use futures::future::join_all; -use gman::config::{load_config, Config, RunConfig}; +use gman::config::{Config, RunConfig, load_config}; use log::{debug, error}; use regex::Regex; use std::collections::HashMap;