Skip to content

Commit

Permalink
fix: fuzzy resolver warning params were turned around
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Apr 14, 2022
1 parent 04b49b8 commit d49df10
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -135,8 +135,8 @@ internal class SignatureResolver(
) {
this.add(
PatternScanMethod.Fuzzy.Warning(
originalOpcode, patternOpcode,
originalIndex, patternIndex
patternOpcode, originalOpcode,
patternIndex, originalIndex,
)
)
}
Expand Down

0 comments on commit d49df10

Please sign in to comment.