AP_Arming: Remove unnecessary empty sentences

This commit is contained in:
muramura 2023-04-20 00:45:28 +09:00 committed by Randy Mackay
parent ce00251333
commit edabfb8a2e
1 changed files with 1 additions and 1 deletions

View File

@ -1818,7 +1818,7 @@ void AP_Arming::check_forced_logging(const AP_Arming::Method method)
case Method::UNKNOWN:
AP::logger().set_long_log_persist(false);
return;
};
}
}
AP_Arming *AP_Arming::_singleton = nullptr;