C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-05-05 16:55:15 +01:00
parent 2940f4794e
commit 3e2e69c06a

View File

@@ -30,7 +30,9 @@ class FunctionMonkeyPatch extends Function {
}
class ParameterMonkeyPatch extends Parameter {
override string getDescription() { result = super.getType().getName() + " " + super.getDescription() }
override string getDescription() {
result = super.getType().getName() + " " + super.getDescription()
}
}
from Element e, Element ti