Skip to content

Commit 501d77d

Browse files
committed
diff: Remove duplicate switch branch
1 parent 6701569 commit 501d77d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diff.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ formatChangeTextual = (change) ->
270270
when 'edge-removed' then "- #{formatEdge(d)}"
271271
when 'iip-added' then "+ #{formatIIP(d)}"
272272
when 'iip-removed' then "- #{formatIIP(d)}"
273-
when 'iip-added' then "+ #{formatIIP(d)}"
274273
when 'exported-port-added' then "+ #{formatExport(change.kind, d.target, d.name)}"
275274
when 'exported-port-removed' then "- #{formatExport(change.kind, d.target, d.name)}"
276275
when 'exported-port-target-changed' then ". #{formatExport(change.kind, d.target, d.name)} was #{formatExport(change.kind, old.target, d.name)}"

0 commit comments

Comments
 (0)