1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 02:54:21 +00:00

Remove unnecessary return

This commit is contained in:
Steffo 2024-08-19 07:34:35 +02:00
parent 28f904bf01
commit 111e474411
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -71,7 +71,6 @@ impl RoyalnetInstance {
#[cfg(not(feature = "interface_database"))] #[cfg(not(feature = "interface_database"))]
fn run_pending_migrations() { fn run_pending_migrations() {
log::warn!("Database automigration is not compiled in."); log::warn!("Database automigration is not compiled in.");
return
} }
#[cfg(feature = "service_telegram")] #[cfg(feature = "service_telegram")]