mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
fix fmt and clippy
This commit is contained in:
@@ -331,7 +331,7 @@ pub enum ScalarFunc {
|
||||
BinRecordJsonObject,
|
||||
Attach,
|
||||
Detach,
|
||||
Unlikely
|
||||
Unlikely,
|
||||
}
|
||||
|
||||
impl ScalarFunc {
|
||||
@@ -459,7 +459,7 @@ impl Display for ScalarFunc {
|
||||
Self::BinRecordJsonObject => "bin_record_json_object".to_string(),
|
||||
Self::Attach => "attach".to_string(),
|
||||
Self::Detach => "detach".to_string(),
|
||||
Self::Unlikely => "unlikely".to_string()
|
||||
Self::Unlikely => "unlikely".to_string(),
|
||||
};
|
||||
write!(f, "{str}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user