From f7f1ae38b765a10cb37fb2ecc68daea3401954fd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 22 Feb 2026 15:24:18 +0900 Subject: chore: cargo fmt --- crates/mozart/src/commands/config.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crates/mozart/src/commands/config.rs') diff --git a/crates/mozart/src/commands/config.rs b/crates/mozart/src/commands/config.rs index d6a5278..c46b7a4 100644 --- a/crates/mozart/src/commands/config.rs +++ b/crates/mozart/src/commands/config.rs @@ -386,7 +386,6 @@ fn match_repository_key(key: &str) -> Option<&str> { None } - // ─── JSON path helpers ──────────────────────────────────────────────────────── /// Set a value at a dot-separated path within a JSON Value. @@ -452,10 +451,8 @@ fn resolve_config_file_path(args: &ConfigArgs, cli: &super::Cli) -> anyhow::Resu Ok(working_dir(cli)?.join("composer.json")) } - // ─── Helpers ────────────────────────────────────────────────────────────────── - /// Load the `config` section from a JSON file (global `config.json` or local /// `composer.json`). Returns an empty map when the file is absent or has no /// `config` key. @@ -477,10 +474,8 @@ fn load_config_section( } } - // ─── Value rendering ───────────────────────────────────────────────────────── - // ─── execute() ─────────────────────────────────────────────────────────────── pub async fn execute( -- cgit v1.3.1