Autoformat

This commit is contained in:
Tom Hvitved
2020-03-20 09:34:34 +01:00
parent fc74a482a4
commit 2d90e7daca

View File

@@ -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") }
}
}