Fix post-merge issues: indentation and EnsureIDs method signature

This commit is contained in:
Steve Yegge
2025-11-04 23:26:03 -08:00
parent de23bd21a6
commit d4b801fb34
3 changed files with 6 additions and 3 deletions

View File

@@ -217,7 +217,6 @@ func EnsureIDs(ctx context.Context, conn *sql.Conn, prefix string, issues []*typ
// Parent will be created in this batch (due to depth-sorting), so allow this child
}
}
}
usedIDs[issues[i].ID] = true
}