diff --git a/crates/db_schema/src/schema_setup/diff_check.rs b/crates/db_schema/src/schema_setup/diff_check.rs index 04ebbb5c5..603e96f50 100644 --- a/crates/db_schema/src/schema_setup/diff_check.rs +++ b/crates/db_schema/src/schema_setup/diff_check.rs @@ -6,7 +6,7 @@ use std::{ }; // It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with -// the `--snapshot` flag. Don't waste your time!!!! +// the `--snapshot` flag. Don't waste your time!!!!! pub fn get_dump() -> String { let db_url = SETTINGS.get_database_url();