JS: Autoformat

This commit is contained in:
Asger Feldthaus
2021-08-31 11:18:23 +02:00
parent 8833ff7854
commit 27f10123c7

View File

@@ -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() }