Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev/next: log router output #2308

Merged
merged 10 commits into from
Dec 17, 2024
Merged
Prev Previous commit
Next Next commit
Remove unused import
  • Loading branch information
dotdat committed Dec 17, 2024
commit c186c98bd9fd996c8d07050da74c9e02a42a6fa0
2 changes: 1 addition & 1 deletion src/command/dev/next/router/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use rover_client::{
operations::config::who_am_i::{RegistryIdentity, WhoAmIError, WhoAmIRequest},
shared::GraphRef,
};
use rover_std::{RoverStdError, Style};
use rover_std::RoverStdError;
use tokio::{process::Child, time::sleep};
use tokio_stream::wrappers::UnboundedReceiverStream;
use tower::{Service, ServiceExt};
Expand Down
Loading