Skip to content

Commit 993cc29

Browse files
committed
JS: Autoformat
1 parent 376efaa commit 993cc29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/ComposedFunctions.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ module FunctionCompositionCall {
8888
RightToLeft() {
8989
this = DataFlow::moduleImport(["compose-function"]).getACall()
9090
or
91-
this = DataFlow::moduleMember(["redux", "ramda", "@reduxjs/toolkit", "recompose"], "compose").getACall()
91+
this =
92+
DataFlow::moduleMember(["redux", "ramda", "@reduxjs/toolkit", "recompose"], "compose")
93+
.getACall()
9294
or
9395
this = LodashUnderscore::member("flowRight").getACall()
9496
}

0 commit comments

Comments
 (0)