Skip to content

Commit bd685bb

Browse files
committed
Remove unused export ✂️
1 parent 0ca7881 commit bd685bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/knip/src/IssueFixer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const fix = async (issues: Issues, options: MainOptions) => {
2222
}
2323
};
2424

25-
export class IssueFixer {
25+
class IssueFixer {
2626
options: MainOptions;
2727

2828
constructor(options: MainOptions) {

0 commit comments

Comments
 (0)