Skip to content

Commit

Permalink
Fix Clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlospt committed Oct 24, 2024
1 parent 1b0faaf commit d68360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustic-target-db/src/target_db_preparator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl TargetDbPreparator {
pub async fn create_data_import_user(
&self,
schema_name: &str,
target_superuser_username: &str,
_target_superuser_username: &str,
) {
let client = self.target_db_pool.get().await.unwrap();
let should_create_role_as_superuser = should_create_role_as_superuser();
Expand Down

0 comments on commit d68360f

Please sign in to comment.