Remove extra semicolon
Change-Id: I3156da059116f4a9edeeec1d5450e23587ba03fd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
f5c3d48c99
commit
5f058a73c8
@ -2379,7 +2379,7 @@ void tst_QtConcurrentMap::stlContainers()
|
|||||||
InstanceCounter ic_fn(const InstanceCounter & ic)
|
InstanceCounter ic_fn(const InstanceCounter & ic)
|
||||||
{
|
{
|
||||||
return InstanceCounter(ic);
|
return InstanceCounter(ic);
|
||||||
};
|
}
|
||||||
|
|
||||||
// Verify that held results are deleted when a future is
|
// Verify that held results are deleted when a future is
|
||||||
// assigned over with operator ==
|
// assigned over with operator ==
|
||||||
|
Loading…
x
Reference in New Issue
Block a user