Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
winrhcp committed Oct 19, 2024
1 parent 03dde11 commit 4dfba04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/proof-of-sql/src/base/scalar/scalar.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#![allow(clippy::module_inception)]

use crate::base::{
encode::VarInt,
ref_into::RefInto,
scalar::ScalarConversionError,
};
use crate::base::{encode::VarInt, ref_into::RefInto, scalar::ScalarConversionError};
use alloc::string::String;
use core::{cmp::Ordering, ops::Sub};
use num_bigint::BigInt;
Expand Down

0 comments on commit 4dfba04

Please sign in to comment.