mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Autoformat
This commit is contained in:
@@ -324,9 +324,7 @@ module Vue {
|
||||
}
|
||||
|
||||
/** Gets an API node referring to an instance of this component. */
|
||||
API::Node getInstance() {
|
||||
result.getAnImmediateUse() = getABoundFunction().getReceiver()
|
||||
}
|
||||
API::Node getInstance() { result.getAnImmediateUse() = getABoundFunction().getReceiver() }
|
||||
|
||||
/** Gets a data flow node referring to an instance of this component. */
|
||||
DataFlow::SourceNode getAnInstanceRef() { result = getInstance().getAnImmediateUse() }
|
||||
|
||||
Reference in New Issue
Block a user