Skip to content

Commit 72e81ac

Browse files
committed
fixup! feat(walltime): bundle samply via library crate
1 parent 4713c26 commit 72e81ac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/cli/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ pub async fn run() -> Result<()> {
153153
let setup_cache_dir = setup_cache_dir.as_deref();
154154

155155
match cli.command {
156-
Commands::Run(_)
157-
| Commands::Exec(_)
158-
| Commands::Internal(InternalCommands::Samply(_)) => {} // these are responsible for their own logger initialization
156+
Commands::Run(_) | Commands::Exec(_) | Commands::Internal(InternalCommands::Samply(_)) => {} // these are responsible for their own logger initialization
159157
_ => {
160158
init_local_logger()?;
161159
}

0 commit comments

Comments
 (0)