Skip to content

Commit ff5d5fe

Browse files
committed
fmt cleanup
1 parent d23c4d0 commit ff5d5fe

File tree

1 file changed

+1
-1
lines changed
  • kernel/examples/inspect-table/src

1 file changed

+1
-1
lines changed

kernel/examples/inspect-table/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn print_scan_file(
177177
Size (bytes):\t{size}\n \
178178
Num Records:\t{num_record_str}\n \
179179
Has DV?:\t{}\n \
180-
TransformExpr:\t {transform:?}\n \
180+
Transform:\t{transform:?}\n \
181181
Part Vals:\t{partition_values:?}",
182182
dv_info.has_vector()
183183
);

0 commit comments

Comments
 (0)