Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Oct 7, 2024
1 parent f98f693 commit 9ba6a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@tailwindcss-upgrade/src/template/candidates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function extractRawCandidates(
candidatesMap.set(`${start}:${end}:${rawCandidate}`, {
rawCandidate,
start,
end: start + rawCandidate.length,
end,
})
}

Expand Down

0 comments on commit 9ba6a8d

Please sign in to comment.