AnalyzerContainer: Add missing newlines

This commit is contained in:
Jonas Kvinge 2024-09-24 20:40:45 +02:00
parent e52ea2a255
commit 3c984ac8cf
1 changed files with 2 additions and 0 deletions

View File

@ -137,10 +137,12 @@ void AnalyzerContainer::SetEngine(SharedPtr<EngineBase> engine) {
}
void AnalyzerContainer::DisableAnalyzer() {
delete current_analyzer_;
current_analyzer_ = nullptr;
Save();
}
void AnalyzerContainer::ChangeAnalyzer(const int id) {