Skip to content

Commit 27f1012

Browse files
committed
JS: Autoformat
1 parent 8833ff7 commit 27f1012

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

javascript/ql/lib/semmle/javascript/frameworks/Vue.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,7 @@ module Vue {
324324
}
325325

326326
/** Gets an API node referring to an instance of this component. */
327-
API::Node getInstance() {
328-
result.getAnImmediateUse() = getABoundFunction().getReceiver()
329-
}
327+
API::Node getInstance() { result.getAnImmediateUse() = getABoundFunction().getReceiver() }
330328

331329
/** Gets a data flow node referring to an instance of this component. */
332330
DataFlow::SourceNode getAnInstanceRef() { result = getInstance().getAnImmediateUse() }

0 commit comments

Comments
 (0)