perf. remove redundant semicolon

This commit is contained in:
lhhxxxxx
2022-06-06 23:11:00 +08:00
parent 23c88e88e0
commit 326ab62350
10 changed files with 4 additions and 10 deletions

View File

@@ -14,7 +14,6 @@ asst::ProcessTaskImageAnalyzer::ProcessTaskImageAnalyzer(const cv::Mat& image, s
: AbstractImageAnalyzer(image),
m_tasks_name(std::move(tasks_name))
{
;
}
asst::ProcessTaskImageAnalyzer::~ProcessTaskImageAnalyzer() = default;