Skip to content

Commit

Permalink
fixup: rename strat -> strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Apr 15, 2024
1 parent 49b59ea commit cf35c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/matrix-sdk-ffi/src/client_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ pub enum BackupDownloadStrategy {
}

impl From<BackupDownloadStrategy> for matrix_sdk::encryption::BackupDownloadStrategy {
fn from(strat: BackupDownloadStrategy) -> Self {
match strat {
fn from(strategy: BackupDownloadStrategy) -> Self {
match strategy {
BackupDownloadStrategy::OneShot => {
matrix_sdk::encryption::BackupDownloadStrategy::OneShot
}
Expand Down

0 comments on commit cf35c38

Please sign in to comment.