Skip to content

Commit 322e394

Browse files
committed
JS: Autoformat
1 parent 016727d commit 322e394

File tree

1 file changed

+4
-2
lines changed
  • javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling

1 file changed

+4
-2
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/EndpointFeatures.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ predicate tokenFeatures(DataFlow::Node endpoint, string featureName, string feat
280280
(
281281
if strictcount(getTokenFeature(endpoint, featureName)) = 1
282282
then featureValue = getTokenFeature(endpoint, featureName)
283-
// Performance note: this is a Cartesian product between all endpoints and feature names.
284-
else (featureValue = "" and featureName = getASupportedFeatureName())
283+
else (
284+
// Performance note: this is a Cartesian product between all endpoints and feature names.
285+
featureValue = "" and featureName = getASupportedFeatureName()
286+
)
285287
)
286288
}

0 commit comments

Comments
 (0)