Skip to content

Commit 2d90e7d

Browse files
committed
Autoformat
1 parent fc74a48 commit 2d90e7d

File tree

1 file changed

+3
-9
lines changed
  • csharp/ql/src/semmle/code/csharp/frameworks/system/xml

1 file changed

+3
-9
lines changed

csharp/ql/src/semmle/code/csharp/frameworks/system/xml/XPath.qll

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,12 @@ module SystemXmlXPath {
3232
}
3333

3434
/** Gets the `Compile` method. */
35-
csharp::Method getCompileMethod() {
36-
result = this.getAMethod("Compile")
37-
}
35+
csharp::Method getCompileMethod() { result = this.getAMethod("Compile") }
3836

3937
/** Gets an `Evaluate` method. */
40-
csharp::Method getAnEvaluateMethod() {
41-
result = this.getAMethod("Evaluate")
42-
}
38+
csharp::Method getAnEvaluateMethod() { result = this.getAMethod("Evaluate") }
4339

4440
/** Gets a `Matches` method. */
45-
csharp::Method getAMatchesMethod() {
46-
result = this.getAMethod("Matches")
47-
}
41+
csharp::Method getAMatchesMethod() { result = this.getAMethod("Matches") }
4842
}
4943
}

0 commit comments

Comments
 (0)