Skip to content

Commit e21222f

Browse files
committed
FIX lint
1 parent 497d920 commit e21222f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

javascript/src/truth-table-generator/runner.node.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ import {
3636
measurePerformanceOfStateFunctions,
3737
getBetterBdd,
3838
getQualityOfBdd,
39-
PerformanceMeasurement,
40-
QUALITY_BY_BDD_CACHE
39+
PerformanceMeasurement
4140
} from './calculate-bdd-quality.js';
4241
import { orderedStateList } from '../states/index.js';
4342

@@ -252,7 +251,7 @@ async function run() {
252251
bdd.removeIrrelevantLeafNodes(unknownValueActionId);
253252

254253
bdd.log();
255-
const performanceMeasurement = await measurePerformanceOfStateFunctions(2000)
254+
const performanceMeasurement = await measurePerformanceOfStateFunctions(2000);
256255
const quality = getQuality(bdd, performanceMeasurement);
257256

258257
const bddMinimalString = bddToMinimalString(bdd);

0 commit comments

Comments
 (0)