Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xrl committed Dec 5, 2018
1 parent 99eb1d1 commit 3b0ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet_derive_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct ACompleteRecord<'a> {
pub high_quality_pi: f64,
pub maybe_pi: Option<f32>,
pub maybe_best_pi: Option<f64>,
pub borrowed_maybe_a_string: &'a Option<String>
pub borrowed_maybe_a_string: &'a Option<String>,
}

#[cfg(test)]
Expand Down

0 comments on commit 3b0ae7a

Please sign in to comment.