Skip to content

Commit 3e2e69c

Browse files
committed
C++: Autoformat.
1 parent 2940f47 commit 3e2e69c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/ql/test/library-tests/templates/isfromtemplateinstantiation/isfromtemplateinstantiation.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ class FunctionMonkeyPatch extends Function {
3030
}
3131

3232
class ParameterMonkeyPatch extends Parameter {
33-
override string getDescription() { result = super.getType().getName() + " " + super.getDescription() }
33+
override string getDescription() {
34+
result = super.getType().getName() + " " + super.getDescription()
35+
}
3436
}
3537

3638
from Element e, Element ti

0 commit comments

Comments
 (0)