Skip to content

Commit

Permalink
remove multi line split because it doesn't work welll
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed May 2, 2024
1 parent 349093c commit 8883a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bumpgen-core/src/services/matching/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export const findSequentialMatchedLinesIndices = (
}
return true;
};


// recursion black magic
const getAllCombinations = (
Expand Down

0 comments on commit 8883a19

Please sign in to comment.