Skip to content

Commit fe7beb2

Browse files
fix: eslint
1 parent 6714a0b commit fe7beb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logic/ga/Termination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {IAlgorithm, TerminationBase} from '@technote-space/genetic-algorithms-js';
22

3-
export class Termination<InputT, OutputT> extends TerminationBase {
3+
export class Termination extends TerminationBase {
44
public constructor(private offspringNumber: number) {
55
super();
66
}

0 commit comments

Comments
 (0)