Skip to content

Commit

Permalink
update readme - rust print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
skariyania authored and rtyler committed Jan 15, 2024
1 parent ff0dd79 commit 2fcfac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async fn main() -> Result<(), DeltaTableError> {

// show all active files in the table
let files = table.get_files();
println!("{files}");
println!("{:?}", files);

Ok(())
}
Expand Down

0 comments on commit 2fcfac0

Please sign in to comment.