Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 7, 2024
1 parent 1c547db commit ff5fac0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions account-decoder-client-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ impl UiAccountData {
})
}
#[cfg(not(feature = "zstd"))]
UiAccountEncoding::Base64Zstd => {
None
}
UiAccountEncoding::Base64Zstd => None,
UiAccountEncoding::Binary | UiAccountEncoding::JsonParsed => None,
},
}
Expand Down

0 comments on commit ff5fac0

Please sign in to comment.