Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 10, 2024
1 parent 73b2b9f commit b9bbe52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ use tonic::transport::Channel;

use freyja_build_common::config_file_stem;
use freyja_common::{
cloud_adapter::{
CloudAdapter, CloudAdapterError, CloudMessageRequest, CloudMessageResponse,
},
config_utils,
out_dir,
cloud_adapter::{CloudAdapter, CloudAdapterError, CloudMessageRequest, CloudMessageResponse},
config_utils, out_dir,
retry_utils::execute_with_retry,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ use core_protobuf_data_access::invehicle_digital_twin::v1::{
};
use log::info;
use service_discovery_proto::service_registry::v1::{
DiscoverRequest,
service_registry_client::ServiceRegistryClient
service_registry_client::ServiceRegistryClient, DiscoverRequest,
};
use tonic::{transport::Channel, Request};

Expand Down

0 comments on commit b9bbe52

Please sign in to comment.