Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarttimwhite committed Oct 11, 2024
1 parent f2266ba commit e22d077
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/proof-of-sql/src/utils/parquet_to_commitment_blob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ pub fn read_parquet_file_to_commitment_as_blob(paths: Vec<&str>, output_path_pre
/// # Panics
///
/// Panics when fails any part of the process
fn write_record_batch_to_blob<
C: Commitment + Serialize + for<'a> Deserialize<'a>,
>(
fn write_record_batch_to_blob<C: Commitment + Serialize + for<'a> Deserialize<'a>>(
record_batch: &RecordBatch,
setup: C::PublicSetup<'_>,
output_file_base: String,
Expand Down

0 comments on commit e22d077

Please sign in to comment.