skip schema formatting #4

Merged
JakeHillion merged 1 commits from schema-formatting into main 2022-07-24 12:15:53 +01:00

View File

@ -1,6 +1,7 @@
use log::info;
mod error;
#[rustfmt::skip]
pub mod schema;
use crate::embedded_migrations;