Skip to content

Commit

Permalink
no needed qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Oct 31, 2024
1 parent e92503e commit 60150a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bins/src/bin/datadog_static_analyzer_server/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub enum RocketPreparation {
ServerInfo {
rocket: Box<Rocket<Build>>,
state: ServerState,
tx_rocket_shutdown: rocket::tokio::sync::mpsc::Sender<Shutdown>,
tx_rocket_shutdown: Sender<Shutdown>,
guard: Option<WorkerGuard>,
},
NoServerInteraction,
Expand Down

0 comments on commit 60150a6

Please sign in to comment.