Skip to content

Commit f70453c

Browse files
committed
autoformat
1 parent 58f4f71 commit f70453c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

javascript/ql/test/testUtilities/ConsistencyChecking.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ bindingset[file, line]
126126
private string getSinkDescription(File file, int line) {
127127
not exists(DataFlow::Configuration c | c.hasFlow(_, getAlert(file, line))) and result = ""
128128
or
129-
exists(DataFlow::Configuration c | c.hasFlow(_, getAlert(file, line)) |
130-
result = " for " + c
131-
)
129+
exists(DataFlow::Configuration c | c.hasFlow(_, getAlert(file, line)) | result = " for " + c)
132130
}
133131

134132
/**

0 commit comments

Comments
 (0)