Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav-tk committed Sep 27, 2023
1 parent 7ec18db commit ccafe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ impl S3 {
.region(Region::new(self.s3_aws_region.to_owned()))
.load()
.await;
return Client::new(&aws_config)
return Client::new(&aws_config);
}
}

0 comments on commit ccafe9f

Please sign in to comment.