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:
parent
28f904bf01
commit
111e474411
1 changed files with 0 additions and 1 deletions
|
@ -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")]
|
||||||
|
|
Loading…
Reference in a new issue