mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
style: run clippy fix and fmt (#9965)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use std::fs;
|
||||
|
||||
use affine_schema::get_migrator;
|
||||
use sqlx::sqlite::SqliteConnectOptions;
|
||||
use std::fs;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), std::io::Error> {
|
||||
|
||||
Reference in New Issue
Block a user