Skip to content

Commit c437659

Browse files
committed
Fix formatting of MavenPom.qll
1 parent a8167c6 commit c437659

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/src/semmle/code/xml/MavenPom.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,7 @@ class PomProperty extends PomElement {
372372
* An XML element representing any kind of repository declared inside of a Maven POM XML file.
373373
*/
374374
class DeclaredRepository extends PomElement {
375-
DeclaredRepository() {
376-
this.getName() = ["repository", "snapshotRepository", "pluginRepository"]
377-
}
375+
DeclaredRepository() { this.getName() = ["repository", "snapshotRepository", "pluginRepository"] }
378376

379377
/**
380378
* Gets the url for this repository. If the `url` tag is present, this will

0 commit comments

Comments
 (0)