Skip to content

Commit daa4b14

Browse files
refcellclaude
andcommitted
chore: nightly rustfmt fixes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b13718a commit daa4b14

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/edgeup/src/cli.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
use anyhow::Result;
44
use clap::{Parser, Subcommand};
55

6-
use crate::installer::Installer;
7-
use crate::shell::Shell;
6+
use crate::{installer::Installer, shell::Shell};
87

98
/// The Edge toolchain installer and version manager
109
#[derive(Debug, Parser)]

0 commit comments

Comments
 (0)