From 6e6b068ae2adc8c5ef8acb633dcadfbdc3221b61 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 11 Jun 2025 12:39:28 -0400 Subject: tools/reformat --- src/normalize/string.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/normalize') diff --git a/src/normalize/string.rs b/src/normalize/string.rs index ee33267..9cfc7d7 100644 --- a/src/normalize/string.rs +++ b/src/normalize/string.rs @@ -1,8 +1,8 @@ use std::{fmt, string::String as StdString}; use sqlx::{ - encode::{Encode, IsNull}, Database, Decode, - Type, + Database, Decode, Type, + encode::{Encode, IsNull}, }; pub trait Normalize: Clone + Default { -- cgit v1.2.3