mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Remove unnecessary semicolons
This commit is contained in:

committed by
Martin Hořeňovský

parent
5201e92564
commit
4be81d3588
@@ -64,7 +64,7 @@ namespace Catch {
|
||||
m_reporterPrefs.shouldRedirectStdOut = true;
|
||||
}
|
||||
|
||||
JunitReporter::~JunitReporter() {};
|
||||
JunitReporter::~JunitReporter() {}
|
||||
|
||||
std::string JunitReporter::getDescription() {
|
||||
return "Reports test results in an XML format that looks like Ant's junitreport target";
|
||||
|
Reference in New Issue
Block a user