Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Jan 3, 2025
1 parent 4987600 commit 1a2d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/base/database/table_ref.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use alloc::string::ToString;
use alloc::{string::ToString, vec::Vec};
use core::{
fmt,
fmt::{Display, Formatter},
Expand Down

0 comments on commit 1a2d1dd

Please sign in to comment.