mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C++: Autoformat.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user