Skip to content

Commit a8a895b

Browse files
style: auto format code
bench: 2517656
1 parent b06bdba commit a8a895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/principle_variation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ mod tests {
143143

144144
// Fill the principle variation to its maximum size
145145
for _ in 0..MAX_MOVES {
146-
pv.push(move1);
146+
pv.push(move1);
147147
}
148148

149149
// Attempt to push another move, which should fail

0 commit comments

Comments
 (0)