Skip to content

Commit 40603e9

Browse files
chore: auto format
bench: 760228
1 parent f3ce809 commit 40603e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/tuneable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ pub(crate) const MIN_ASPIRATION_DEPTH: ScoreType = 1;
1818
pub(crate) const ASPIRATION_WINDOW: ScoreType = 50;
1919

2020
pub(crate) const MAX_RFP_DEPTH: ScoreType = 4;
21-
pub(crate) const RFP_MARGIN: ScoreType = 82;
21+
pub(crate) const RFP_MARGIN: ScoreType = 82;

0 commit comments

Comments
 (0)