Skip to content

Commit 710abd4

Browse files
committed
Cargo fmt
1 parent 1439bf5 commit 710abd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dataset_exec.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ impl DisplayAs for DatasetExec {
275275
Python::with_gil(|py| {
276276
let number_of_fragments = self.fragments.bind(py).len();
277277
match t {
278-
DisplayFormatType::Default | DisplayFormatType::Verbose | DisplayFormatType::TreeRender => {
278+
DisplayFormatType::Default
279+
| DisplayFormatType::Verbose
280+
| DisplayFormatType::TreeRender => {
279281
let projected_columns: Vec<String> = self
280282
.schema
281283
.fields()

0 commit comments

Comments
 (0)