Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
egregius313 committed Oct 1, 2024
1 parent 91b7a6c commit f8335e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go/ql/lib/semmle/go/frameworks/stdlib/Os.qll
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ module Os {

private class Stdin extends SourceNode {
Stdin() {
exists(Variable osStdin | osStdin.hasQualifiedName("os", "Stdin") |
this = osStdin.getARead()
)
exists(Variable osStdin | osStdin.hasQualifiedName("os", "Stdin") | this = osStdin.getARead())
}

override string getThreatModel() { result = "stdin" }
Expand Down

0 comments on commit f8335e6

Please sign in to comment.