Skip to content

Commit

Permalink
fmt cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed Jan 10, 2025
1 parent 3c95c30 commit e88db7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/examples/inspect-table/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn print_scan_file(
Size (bytes):\t{size}\n \
Num Records:\t{num_record_str}\n \
Has DV?:\t{}\n \
TransformExpr:\t {transform:?}\n \
Transform:\t{transform:?}\n \
Part Vals:\t{partition_values:?}",
dv_info.has_vector()
);
Expand Down

0 comments on commit e88db7e

Please sign in to comment.