-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Milestone
Description
While looking at #1060 I noticed two things about the following code. First I think currentRow needs to be set when a new mutation is generated. Second I think the two if stmts if(m != null) and if (!currentRow.equals(metadataRow)) could be combined into one.
Line 164 in 903119d
| if (!currentRow.equals(metadataRow)) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels