Skip to content

Commit 54b1bb7

Browse files
committed
Format
1 parent 44461e1 commit 54b1bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ void CheckClass::constructors()
377377
const Variable& var = *usage.var;
378378
if (var.typeScope() && var.typeScope()->numConstructors > 0)
379379
continue;
380-
380+
381381
if (diagVars.count(&var) == 0)
382382
uninitVarError(var.nameToken(), false, FunctionType::eConstructor, var.scope()->className, var.name(), false, false, true);
383383
}

0 commit comments

Comments
 (0)