Sort on recursive search

Run clippy
This commit is contained in:
Cameron
2024-12-06 11:21:42 -05:00
parent 4a91c6344a
commit 3ce1b84604
5 changed files with 24 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ pub mod test {
.run_pending_migrations(DB_MIGRATIONS)
.expect("Failure running DB migrations");
return connection;
connection
}
}