Skip to content

Commit

Permalink
Fix indentation issue. (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremi Do Dinh authored Nov 1, 2023
1 parent 3378b14 commit eecf4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void initialize(Context context) {
.filter(fqn -> sensitiveCalleeFqns.contains(fqn) ||
(SSL_SET_CIPHERS_FQN.equals(fqn) && hasArgumentWithSensitiveAlgorithm(callExpr)))
.ifPresent(fqn -> subscriptionContext.addIssue(callExpr.callee(), MESSAGE));
});
});
}


Expand Down

0 comments on commit eecf4f8

Please sign in to comment.