chore: rust fmpt

This commit is contained in:
realaravinth
2022-05-10 22:48:07 +05:30
parent b7a8716a82
commit 1d8554cb36
7 changed files with 16 additions and 15 deletions

View File

@@ -18,8 +18,8 @@ use db_core::dev::*;
use std::str::FromStr;
use sqlx::postgres::PgPoolOptions;
use sqlx::PgPool;
use sqlx::types::time::OffsetDateTime;
use sqlx::PgPool;
pub mod errors;
#[cfg(test)]