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

@@ -17,8 +17,6 @@
//! Test utilities
use crate::prelude::*;
pub async fn database_works<'a, T: MCDatabase>(
db: &T,
) {
pub async fn database_works<'a, T: MCDatabase>(db: &T) {
unimplemented!("database tests");
}