Ran cargo fmt

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-04 18:50:25 +11:00
parent 813f0c09fa
commit 7213416421
10 changed files with 113 additions and 81 deletions

View File

@ -86,4 +86,4 @@ impl DatabaseImpls for DatabaseInterface {
let handle = self.borrow_data().unwrap();
Url::parse(&handle.base_url).unwrap()
}
}
}