Skip to content

Commit 56b1dd4

Browse files
committed
cleanup
1 parent 5cd8bb1 commit 56b1dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RexBench/UniPoker/expected.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ function getPlayerExpectations(iterations) {
7474
playerExpectations.push(new PlayerExpectation(iterations, 61440, [121200, 99720, 11040, 6120, 1080, 480, 360, 0, 0, 0]));
7575
playerExpectations.push(new PlayerExpectation(iterations, 57960, [121320, 100440, 11040, 5760, 840, 480, 120, 0, 0, 0]));
7676
return playerExpectations;
77-
}
77+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:fix": "eslint \"**/*.{js,mjs,jsx,ts,tsx}\" --fix",
2222
"pretty:check": "prettier --check ./",
2323
"pretty:fix": "prettier --write ./",
24-
"format": "npm run pretty:fix && npm run lint:fix",
24+
"format:check": "npm run pretty:check && npm run lint:check",
2525
"test:chrome": "node tests/run.mjs --browser chrome",
2626
"test:firefox": "node tests/run.mjs --browser firefox",
2727
"test:safari": "node tests/run.mjs --browser safari",

0 commit comments

Comments
 (0)