Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update VeracodeReader.java
Eliminate use of tabs to match style of rest of code.
  • Loading branch information
davewichers authored Dec 26, 2019
commit cfa5472af3028932a4232137f7550a38ce0f9e3f
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private int translate(int cwe) {
if ( cwe == 73 ) return 22;
if ( cwe == 80 ) return 79;
if ( cwe == 331 ) return 330;
if ( cwe == 91 ) return 643;
if ( cwe == 91 ) return 643;
return cwe;
}
}