Skip to content

Commit 57ab5a0

Browse files
committed
autoformatted
1 parent 3ef5f30 commit 57ab5a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ private module CryptoJS {
316316
}
317317
}
318318

319-
320319
/**
321320
* Matches `CryptoJS.<algorithmName>` and `require("crypto-js/<algorithmName>")`
322321
*/
@@ -368,7 +367,7 @@ private module CryptoJS {
368367
input = result.getParameter(0)
369368
}
370369

371-
private API::CallNode getUpdatedApplication (API::Node input, InstantiatedAlgorithm instantiation) {
370+
private API::CallNode getUpdatedApplication(API::Node input, InstantiatedAlgorithm instantiation) {
372371
/*
373372
* ```
374373
* var CryptoJS = require("crypto-js");
@@ -391,7 +390,7 @@ private module CryptoJS {
391390

392391
result = instantiation.getAMemberCall("update") and
393392
input = result.getParameter(0)
394-
}
393+
}
395394

396395
private class Apply extends CryptographicOperation::Range instanceof API::CallNode {
397396
API::Node input;

0 commit comments

Comments
 (0)