Skip to content

Commit

Permalink
Rust fmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed Jun 16, 2023
1 parent 144cab1 commit 884ae33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/crd/src/s3logdir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ impl S3LogDir {
);
}
}
// might be unnecessary, tests are more stable with this option enabled
// might be unnecessary, tests are more stable with this option enabled
if tlscerts::tls_secret_name(&self.bucket.connection).is_some() {
result.insert(
"spark.hadoop.fs.s3a.connection.ssl.enabled".to_string(),
"true".to_string()
"spark.hadoop.fs.s3a.connection.ssl.enabled".to_string(),
"true".to_string(),
);
}

Expand Down

0 comments on commit 884ae33

Please sign in to comment.