mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Autoformat
This commit is contained in:
@@ -32,18 +32,12 @@ module SystemXmlXPath {
|
||||
}
|
||||
|
||||
/** Gets the `Compile` method. */
|
||||
csharp::Method getCompileMethod() {
|
||||
result = this.getAMethod("Compile")
|
||||
}
|
||||
csharp::Method getCompileMethod() { result = this.getAMethod("Compile") }
|
||||
|
||||
/** Gets an `Evaluate` method. */
|
||||
csharp::Method getAnEvaluateMethod() {
|
||||
result = this.getAMethod("Evaluate")
|
||||
}
|
||||
csharp::Method getAnEvaluateMethod() { result = this.getAMethod("Evaluate") }
|
||||
|
||||
/** Gets a `Matches` method. */
|
||||
csharp::Method getAMatchesMethod() {
|
||||
result = this.getAMethod("Matches")
|
||||
}
|
||||
csharp::Method getAMatchesMethod() { result = this.getAMethod("Matches") }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user