Skip to content

Commit 3f6d849

Browse files
committed
C++: Autoformat.
1 parent 646efe2 commit 3f6d849

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/MemberFunction.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ import semmle.code.cpp.models.interfaces.Taint
1313
* through.
1414
*/
1515
class ConversionConstructorModel extends Constructor, TaintFunction {
16-
ConversionConstructorModel()
17-
{
16+
ConversionConstructorModel() {
1817
strictcount(Parameter p | p = getAParameter() and not p.hasInitializer()) = 1 and
1918
not hasSpecifier("explicit")
2019
}

0 commit comments

Comments
 (0)