Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Feb 20, 2024
1 parent df1bdc4 commit c8b6856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/invehicle-digital-twin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ use std::net::SocketAddr;
use std::str::FromStr;
use std::sync::Arc;
use tonic::body::BoxBody;
use tonic::transport::{Body};
use tonic::server::NamedService;
use tonic::transport::Body;
use tonic::{Request, Status};
use tower::layer::util::Identity;
use tower::Service;
Expand Down

0 comments on commit c8b6856

Please sign in to comment.