Skip to content

Commit c69122a

Browse files
committed
clean
1 parent bb6c438 commit c69122a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/generators/metadata/utils/transformers.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export const transformUnixManualToLink = (
2626
* @param {string} separator The separator to split by (e.g., '|', '&', ',', '=>')
2727
* @returns {string[]} The split pieces
2828
*/
29-
30-
/**
31-
*
32-
*/
3329
const splitByOuterSeparator = (str, separator) => {
3430
const pieces = [];
3531
let current = '';

0 commit comments

Comments
 (0)