Skip to content

Commit

Permalink
Rust: Autoformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffw0 committed Jan 13, 2025
1 parent 676141b commit e61d6ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ module ComputationallyExpensiveHashFunctionFlow {
*/
module WeakSensitiveDataHashingFlow =
DataFlow::MergePathGraph<NormalHashFunctionFlow::PathNode,
ComputationallyExpensiveHashFunctionFlow::PathNode,
NormalHashFunctionFlow::PathGraph,
ComputationallyExpensiveHashFunctionFlow::PathNode, NormalHashFunctionFlow::PathGraph,
ComputationallyExpensiveHashFunctionFlow::PathGraph>;

import WeakSensitiveDataHashingFlow::PathGraph
Expand Down

0 comments on commit e61d6ae

Please sign in to comment.