Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisg committed Sep 25, 2023
1 parent 88ef3b9 commit 15c0711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dozer-cli/src/simple/cloud/deployer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use dozer_types::grpc_types::cloud::GetDeploymentStatusRequest;
use crate::cloud_app_context::CloudAppContext;
use dozer_types::grpc_types::cloud::DeployAppRequest;
use dozer_types::grpc_types::cloud::File;
use dozer_types::grpc_types::cloud::{Secret, StopRequest, StopResponse};
use dozer_types::grpc_types::cloud::Secret;
use dozer_types::log::{info, warn};

pub async fn deploy_app(
Expand Down

0 comments on commit 15c0711

Please sign in to comment.