Skip to content

Commit f8335e6

Browse files
committed
Fix formatting
1 parent 91b7a6c commit f8335e6

File tree

1 file changed

+1
-3
lines changed
  • go/ql/lib/semmle/go/frameworks/stdlib

1 file changed

+1
-3
lines changed

go/ql/lib/semmle/go/frameworks/stdlib/Os.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ module Os {
4646

4747
private class Stdin extends SourceNode {
4848
Stdin() {
49-
exists(Variable osStdin | osStdin.hasQualifiedName("os", "Stdin") |
50-
this = osStdin.getARead()
51-
)
49+
exists(Variable osStdin | osStdin.hasQualifiedName("os", "Stdin") | this = osStdin.getARead())
5250
}
5351

5452
override string getThreatModel() { result = "stdin" }

0 commit comments

Comments
 (0)